diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 02:16:55 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:15 -0500 |
commit | 73b089b052a69020b953312a624a6e1eb5b81fab (patch) | |
tree | e809a4435884301bf483f582653f6aca4c8f90ef /arch/arm/mach-davinci/usb.c | |
parent | 18688fbeb09665725c842291bbadd88295a359e1 (diff) |
usb: musb: split davinci 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-davinci/usb.c')
-rw-r--r-- | arch/arm/mach-davinci/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/usb.c b/arch/arm/mach-davinci/usb.c index 0c7735bc0d19..803dbacfa5cd 100644 --- a/arch/arm/mach-davinci/usb.c +++ b/arch/arm/mach-davinci/usb.c | |||
@@ -76,7 +76,7 @@ static struct resource usb_resources[] = { | |||
76 | static u64 usb_dmamask = DMA_BIT_MASK(32); | 76 | static u64 usb_dmamask = DMA_BIT_MASK(32); |
77 | 77 | ||
78 | static struct platform_device usb_dev = { | 78 | static struct platform_device usb_dev = { |
79 | .name = "musb-hdrc", | 79 | .name = "musb-davinci", |
80 | .id = -1, | 80 | .id = -1, |
81 | .dev = { | 81 | .dev = { |
82 | .platform_data = &usb_data, | 82 | .platform_data = &usb_data, |