diff options
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 739e59e8025c..1145a2562b0f 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -31,15 +31,6 @@ | |||
31 | #include <mach/mux.h> | 31 | #include <mach/mux.h> |
32 | #include <mach/usb.h> | 32 | #include <mach/usb.h> |
33 | 33 | ||
34 | #define OTG_SYSCONFIG (OMAP34XX_HSUSB_OTG_BASE + 0x404) | ||
35 | |||
36 | static void __init usb_musb_pm_init(void) | ||
37 | { | ||
38 | /* Ensure force-idle mode for OTG controller */ | ||
39 | if (cpu_is_omap34xx()) | ||
40 | omap_writel(0, OTG_SYSCONFIG); | ||
41 | } | ||
42 | |||
43 | #ifdef CONFIG_USB_MUSB_SOC | 34 | #ifdef CONFIG_USB_MUSB_SOC |
44 | 35 | ||
45 | static struct resource musb_resources[] = { | 36 | static struct resource musb_resources[] = { |
@@ -173,13 +164,10 @@ void __init usb_musb_init(void) | |||
173 | printk(KERN_ERR "Unable to register HS-USB (MUSB) device\n"); | 164 | printk(KERN_ERR "Unable to register HS-USB (MUSB) device\n"); |
174 | return; | 165 | return; |
175 | } | 166 | } |
176 | |||
177 | usb_musb_pm_init(); | ||
178 | } | 167 | } |
179 | 168 | ||
180 | #else | 169 | #else |
181 | void __init usb_musb_init(void) | 170 | void __init usb_musb_init(void) |
182 | { | 171 | { |
183 | usb_musb_pm_init(); | ||
184 | } | 172 | } |
185 | #endif /* CONFIG_USB_MUSB_SOC */ | 173 | #endif /* CONFIG_USB_MUSB_SOC */ |