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-bf548 | |
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-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index f52334519a2..4c2ee678909 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -520,7 +520,7 @@ static struct musb_hdrc_platform_data musb_plat = { | |||
520 | static u64 musb_dmamask = ~(u32)0; | 520 | static u64 musb_dmamask = ~(u32)0; |
521 | 521 | ||
522 | static struct platform_device musb_device = { | 522 | static struct platform_device musb_device = { |
523 | .name = "musb-hdrc", | 523 | .name = "musb-blackfin", |
524 | .id = 0, | 524 | .id = 0, |
525 | .dev = { | 525 | .dev = { |
526 | .dma_mask = &musb_dmamask, | 526 | .dma_mask = &musb_dmamask, |
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index e2c851bef99..4f03fbc4c9b 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -625,7 +625,7 @@ static struct musb_hdrc_platform_data musb_plat = { | |||
625 | static u64 musb_dmamask = ~(u32)0; | 625 | static u64 musb_dmamask = ~(u32)0; |
626 | 626 | ||
627 | static struct platform_device musb_device = { | 627 | static struct platform_device musb_device = { |
628 | .name = "musb-hdrc", | 628 | .name = "musb-blackfin", |
629 | .id = 0, | 629 | .id = 0, |
630 | .dev = { | 630 | .dev = { |
631 | .dma_mask = &musb_dmamask, | 631 | .dma_mask = &musb_dmamask, |