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

Commit 1ea7f352 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

arm: omap4: panda: initialize musb



initialize the musb port on pandaboard.

Signed-off-by: default avatarMing Lei <tom.leiming@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 743411b3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -377,8 +377,6 @@ static void __init omap4_panda_init(void)
	/* OMAP4 Panda uses internal transceiver so register nop transceiver */
	usb_nop_xceiv_register();
	omap4_ehci_init();
	/* FIXME: allow multi-omap to boot until musb is updated for omap4 */
	if (!cpu_is_omap44xx())
	usb_musb_init(&musb_board_data);
}