diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 02:06:51 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:13 -0500 |
commit | ce40c5767a0ea1e77ca5d0b73269cb86301a35cf (patch) | |
tree | a57a74a1a12596f50df2e3ecbe70f5d5253a03cf /arch/arm/mach-omap2 | |
parent | dc09886bfa781e2b442301116c18199519e36f0f (diff) |
usb: musb: split am35x to its own platform_driver
Just adding its own platform_driver, not really
using it yet.
When all HW glue layers are converted, more patches
will come to split power management code from musb_core
and move it completely to HW glue layer.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 542387a598ed..9107883287f6 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -93,6 +93,7 @@ void __init usb_musb_init(struct omap_musb_board_data *board_data) | |||
93 | if (cpu_is_omap243x()) { | 93 | if (cpu_is_omap243x()) { |
94 | musb_resources[0].start = OMAP243X_HS_BASE; | 94 | musb_resources[0].start = OMAP243X_HS_BASE; |
95 | } else if (cpu_is_omap3517() || cpu_is_omap3505()) { | 95 | } else if (cpu_is_omap3517() || cpu_is_omap3505()) { |
96 | musb_device.name = "musb-am35x"; | ||
96 | musb_resources[0].start = AM35XX_IPSS_USBOTGSS_BASE; | 97 | musb_resources[0].start = AM35XX_IPSS_USBOTGSS_BASE; |
97 | musb_resources[1].start = INT_35XX_USBOTG_IRQ; | 98 | musb_resources[1].start = INT_35XX_USBOTG_IRQ; |
98 | } else if (cpu_is_omap34xx()) { | 99 | } else if (cpu_is_omap34xx()) { |