diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 02:13:54 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:14 -0500 |
commit | 18688fbeb09665725c842291bbadd88295a359e1 (patch) | |
tree | cf0b0af2dfe431a4895dba8198af1c4e49ad55b6 /arch/arm/mach-omap2/usb-tusb6010.c | |
parent | ce40c5767a0ea1e77ca5d0b73269cb86301a35cf (diff) |
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[] = { | |||
223 | static u64 tusb_dmamask = ~(u32)0; | 223 | static u64 tusb_dmamask = ~(u32)0; |
224 | 224 | ||
225 | static struct platform_device tusb_device = { | 225 | static struct platform_device tusb_device = { |
226 | .name = "musb-hdrc", | 226 | .name = "musb-tusb", |
227 | .id = -1, | 227 | .id = -1, |
228 | .dev = { | 228 | .dev = { |
229 | .dma_mask = &tusb_dmamask, | 229 | .dma_mask = &tusb_dmamask, |