diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-07 09:57:59 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 10:21:34 +0200 |
commit | 46960847ef3e3a5d395121635fffa5dfa279fe90 (patch) | |
tree | 1dc11b4323bc67f6e109b64ae4a18087345dba4e /arch/arm/mach-omap2 | |
parent | 92b48df24eec49ed1eb0ec9c5f6165d8282153ea (diff) | |
download | linux-next-46960847ef3e3a5d395121635fffa5dfa279fe90.tar.gz |
arm: omap4: enable usb on 4430sdp
Let musb work on 4430sdp as well. We can now
test any problems with multi-omap builds.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index d7cb9680b4fa..288ff4415757 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -536,9 +536,7 @@ static void __init omap_4430sdp_init(void) /* OMAP4 SDP uses internal transceiver so register nop transceiver */ usb_nop_xceiv_register(); - /* FIXME: allow multi-omap to boot until musb is updated for omap4 */ - if (!cpu_is_omap44xx()) - usb_musb_init(&musb_board_data); + usb_musb_init(&musb_board_data); status = omap_ethernet_init(); if (status) { |