From: Tony Lindgren Date: Mon, 13 Jun 2005 22:43:05 +0000 (-0700) Subject: ARM: OMAP: USB OHCI needs USB_HOST_HHC_UHOST_EN X-Git-Tag: v2.6.13-omap1~116 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9f364c3b4c46beb274042742b23b85966d4184cd;p=linux-2.6-omap-h63xx.git ARM: OMAP: USB OHCI needs USB_HOST_HHC_UHOST_EN 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. --- diff --git a/arch/arm/mach-omap/clock.c b/arch/arm/mach-omap/clock.c index 4092bcdcca6..db4094b7e51 100644 --- a/arch/arm/mach-omap/clock.c +++ b/arch/arm/mach-omap/clock.c @@ -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() {}