From: Felipe Balbi Date: Tue, 7 Dec 2010 07:57:59 +0000 (+0200) Subject: arm: omap4: enable usb on 4430sdp X-Git-Tag: v2.6.38-rc1~465^2~11^2~5^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=46960847ef3e3a5d395121635fffa5dfa279fe90;p=karo-tx-linux.git 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 --- 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) {