aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/boards/cm_bf527.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 09:21:05 +0200
committerFelipe Balbi <balbi@ti.com>2010-12-10 10:21:16 +0200
commit9cb0308eec7a965136fe9fc6d1be3548c01a4a1e (patch)
tree7aa08956e8396c0e4fa77c94d0af62bbca5cf022 /arch/blackfin/mach-bf527/boards/cm_bf527.c
parentusb: musb: split da8xx to its own platform_driver (diff)
downloadlinux-dev-9cb0308eec7a965136fe9fc6d1be3548c01a4a1e.tar.xz
linux-dev-9cb0308eec7a965136fe9fc6d1be3548c01a4a1e.zip
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/cm_bf527.c')
-rw-r--r--arch/blackfin/mach-bf527/boards/cm_bf527.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c
index a7627dee688e..50533edc3994 100644
--- a/arch/blackfin/mach-bf527/boards/cm_bf527.c
+++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c
@@ -120,7 +120,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = ~(u32)0;
static struct platform_device musb_device = {
- .name = "musb-hdrc",
+ .name = "musb-blackfin",
.id = 0,
.dev = {
.dma_mask = &musb_dmamask,