diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 09:13:54 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 10:21:14 +0200 |
commit | 18688fbeb09665725c842291bbadd88295a359e1 (patch) | |
tree | cf0b0af2dfe431a4895dba8198af1c4e49ad55b6 /arch/arm/mach-omap2/usb-tusb6010.c | |
parent | ce40c5767a0ea1e77ca5d0b73269cb86301a35cf (diff) | |
download | talos-op-linux-18688fbeb09665725c842291bbadd88295a359e1.tar.gz talos-op-linux-18688fbeb09665725c842291bbadd88295a359e1.zip |
usb: musb: split tusb6010 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/usb-tusb6010.c')
-rw-r--r-- | arch/arm/mach-omap2/usb-tusb6010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/usb-tusb6010.c b/arch/arm/mach-omap2/usb-tusb6010.c index 42389213b470..7cb3c18a5e20 100644 --- a/arch/arm/mach-omap2/usb-tusb6010.c +++ b/arch/arm/mach-omap2/usb-tusb6010.c @@ -223,7 +223,7 @@ static struct resource tusb_resources[] = { static u64 tusb_dmamask = ~(u32)0; static struct platform_device tusb_device = { - .name = "musb-hdrc", + .name = "musb-tusb", .id = -1, .dev = { .dma_mask = &tusb_dmamask, |