Hi Vikram,
looking at ehci-omap.c lines 190-204. Is there some reason why the
USBHOST clockdomain needs to be in software-supervised mode? Also, is
there some reason why the interface clock must be prevented from
auto-idling? This will cause problems with power management.
- Paul
/* PRCM settings for USBHOST:
* Interface clk un-related to domain transition
*/
cm_write_mod_reg(0 << OMAP3430ES2_AUTO_USBHOST_SHIFT,
OMAP3430ES2_USBHOST_MOD, CM_AUTOIDLE);
/* Disable sleep dependency with MPU and IVA */
cm_write_mod_reg((0 << OMAP3430ES2_EN_MPU_SHIFT) |
(0 << OMAP3430ES2_EN_IVA2_SHIFT),
OMAP3430ES2_USBHOST_MOD, OMAP3430_CM_SLEEPDEP);
/* Disable Automatic transition of clock */
cm_write_mod_reg(0 << OMAP3430ES2_CLKTRCTRL_USBHOST_SHIFT,
OMAP3430ES2_USBHOST_MOD, CM_CLKSTCTRL);
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html