arm: omap4: panda: initialize musb
initialize the musb port on pandaboard. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
743411b3f3
commit
1ea7f352d8
1 changed files with 1 additions and 3 deletions
|
@ -377,9 +377,7 @@ static void __init omap4_panda_init(void)
|
||||||
/* OMAP4 Panda uses internal transceiver so register nop transceiver */
|
/* OMAP4 Panda uses internal transceiver so register nop transceiver */
|
||||||
usb_nop_xceiv_register();
|
usb_nop_xceiv_register();
|
||||||
omap4_ehci_init();
|
omap4_ehci_init();
|
||||||
/* FIXME: allow multi-omap to boot until musb is updated for omap4 */
|
usb_musb_init(&musb_board_data);
|
||||||
if (!cpu_is_omap44xx())
|
|
||||||
usb_musb_init(&musb_board_data);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init omap4_panda_map_io(void)
|
static void __init omap4_panda_map_io(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue