Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46960847 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent 92b48df2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -536,8 +536,6 @@ 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);

	status = omap_ethernet_init();