|
@@ -659,7 +659,6 @@ static int omap2430_runtime_suspend(struct device *dev)
|
|
|
OTG_INTERFSEL);
|
|
OTG_INTERFSEL);
|
|
|
|
|
|
|
|
omap2430_low_level_exit(musb);
|
|
omap2430_low_level_exit(musb);
|
|
|
- phy_power_off(musb->phy);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
@@ -674,7 +673,6 @@ static int omap2430_runtime_resume(struct device *dev)
|
|
|
omap2430_low_level_init(musb);
|
|
omap2430_low_level_init(musb);
|
|
|
musb_writel(musb->mregs, OTG_INTERFSEL,
|
|
musb_writel(musb->mregs, OTG_INTERFSEL,
|
|
|
musb->context.otg_interfsel);
|
|
musb->context.otg_interfsel);
|
|
|
- phy_power_on(musb->phy);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
return 0;
|