aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-4430sdp.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-07 02:57:59 -0500
committerFelipe Balbi <balbi@ti.com>2010-12-10 03:21:34 -0500
commit46960847ef3e3a5d395121635fffa5dfa279fe90 (patch)
tree1dc11b4323bc67f6e109b64ae4a18087345dba4e /arch/arm/mach-omap2/board-4430sdp.c
parent92b48df24eec49ed1eb0ec9c5f6165d8282153ea (diff)
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/board-4430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c4
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)
536 536
537 /* OMAP4 SDP uses internal transceiver so register nop transceiver */ 537 /* OMAP4 SDP uses internal transceiver so register nop transceiver */
538 usb_nop_xceiv_register(); 538 usb_nop_xceiv_register();
539 /* FIXME: allow multi-omap to boot until musb is updated for omap4 */ 539 usb_musb_init(&musb_board_data);
540 if (!cpu_is_omap44xx())
541 usb_musb_init(&musb_board_data);
542 540
543 status = omap_ethernet_init(); 541 status = omap_ethernet_init();
544 if (status) { 542 if (status) {