diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 09:06:51 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 10:21:13 +0200 |
commit | ce40c5767a0ea1e77ca5d0b73269cb86301a35cf (patch) | |
tree | a57a74a1a12596f50df2e3ecbe70f5d5253a03cf /arch | |
parent | dc09886bfa781e2b442301116c18199519e36f0f (diff) | |
download | op-kernel-dev-ce40c5767a0ea1e77ca5d0b73269cb86301a35cf.zip op-kernel-dev-ce40c5767a0ea1e77ca5d0b73269cb86301a35cf.tar.gz |
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')
-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 542387a..9107883 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) if (cpu_is_omap243x()) { musb_resources[0].start = OMAP243X_HS_BASE; } else if (cpu_is_omap3517() || cpu_is_omap3505()) { + musb_device.name = "musb-am35x"; musb_resources[0].start = AM35XX_IPSS_USBOTGSS_BASE; musb_resources[1].start = INT_35XX_USBOTG_IRQ; } else if (cpu_is_omap34xx()) { |