]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: USB OHCI needs USB_HOST_HHC_UHOST_EN
authorTony Lindgren <tony@atomide.com>
Mon, 13 Jun 2005 22:43:05 +0000 (15:43 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Jun 2005 22:43:05 +0000 (15:43 -0700)
Looks like 16xx OHCI still needs USB_HOST_HHC_UHOST_EN although
some documentation claims that it does not. Commented out
reset of MOD_CONF_CTRL_0 until a proper fix is done.

arch/arm/mach-omap/clock.c

index 4092bcdcca6b68ce98a105ba9f9a860684492b8a..db4094b7e5115c3d932759dd7575bcbea8441ea1 100644 (file)
@@ -1132,7 +1132,7 @@ EXPORT_SYMBOL(clk_unregister);
  */
 static inline void omap_early_clk_reset(void)
 {
-       omap_writel(0x3 << 29, MOD_CONF_CTRL_0);
+       //omap_writel(0x3 << 29, MOD_CONF_CTRL_0);
 }
 #else
 #define omap_early_clk_reset() {}