diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 86b240e7aa7c..029c6c9b3a6d 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -87,7 +87,9 @@ static void __init omap_4430sdp_init(void) | |||
87 | omap_serial_init(); | 87 | omap_serial_init(); |
88 | /* OMAP4 SDP uses internal transceiver so register nop transceiver */ | 88 | /* OMAP4 SDP uses internal transceiver so register nop transceiver */ |
89 | usb_nop_xceiv_register(); | 89 | usb_nop_xceiv_register(); |
90 | usb_musb_init(&musb_board_data); | 90 | /* FIXME: allow multi-omap to boot until musb is updated for omap4 */ |
91 | if (!cpu_is_omap44xx()) | ||
92 | usb_musb_init(&musb_board_data); | ||
91 | } | 93 | } |
92 | 94 | ||
93 | static void __init omap_4430sdp_map_io(void) | 95 | static void __init omap_4430sdp_map_io(void) |