diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 02:21:05 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:16 -0500 |
commit | 9cb0308eec7a965136fe9fc6d1be3548c01a4a1e (patch) | |
tree | 7aa08956e8396c0e4fa77c94d0af62bbca5cf022 /arch/blackfin/mach-bf527/boards/ad7160eval.c | |
parent | 8ceae51ed5d1739d4ed5c4b947d12ff1d7df0e89 (diff) |
usb: musb: split blackfin to its own platform_driver
Just adding its own platform_driver, not really
using it yet.
Later 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/blackfin/mach-bf527/boards/ad7160eval.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ad7160eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ad7160eval.c b/arch/blackfin/mach-bf527/boards/ad7160eval.c index ec9f2612be1d..52295fff5577 100644 --- a/arch/blackfin/mach-bf527/boards/ad7160eval.c +++ b/arch/blackfin/mach-bf527/boards/ad7160eval.c | |||
@@ -83,7 +83,7 @@ static struct musb_hdrc_platform_data musb_plat = { | |||
83 | static u64 musb_dmamask = ~(u32)0; | 83 | static u64 musb_dmamask = ~(u32)0; |
84 | 84 | ||
85 | static struct platform_device musb_device = { | 85 | static struct platform_device musb_device = { |
86 | .name = "musb-hdrc", | 86 | .name = "musb-blackfin", |
87 | .id = 0, | 87 | .id = 0, |
88 | .dev = { | 88 | .dev = { |
89 | .dma_mask = &musb_dmamask, | 89 | .dma_mask = &musb_dmamask, |