diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-01 08:01:11 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:11 -0500 |
commit | dc09886bfa781e2b442301116c18199519e36f0f (patch) | |
tree | f526992695aa32804dc7de012339cd1674737201 /arch/arm/mach-omap2 | |
parent | 05ac10dd6862a3fcce33d2203fbb2ef285e3ca87 (diff) |
usb: musb: split omap2430 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')
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 7d3ea53af3ab..542387a598ed 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -77,7 +77,7 @@ static struct musb_hdrc_platform_data musb_plat = { | |||
77 | static u64 musb_dmamask = DMA_BIT_MASK(32); | 77 | static u64 musb_dmamask = DMA_BIT_MASK(32); |
78 | 78 | ||
79 | static struct platform_device musb_device = { | 79 | static struct platform_device musb_device = { |
80 | .name = "musb-hdrc", | 80 | .name = "musb-omap2430", |
81 | .id = -1, | 81 | .id = -1, |
82 | .dev = { | 82 | .dev = { |
83 | .dma_mask = &musb_dmamask, | 83 | .dma_mask = &musb_dmamask, |