mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:16:41 +07:00
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 <balbi@ti.com>
This commit is contained in:
parent
92b48df24e
commit
46960847ef
@ -536,9 +536,7 @@ static void __init omap_4430sdp_init(void)
|
|||||||
|
|
||||||
/* OMAP4 SDP uses internal transceiver so register nop transceiver */
|
/* OMAP4 SDP uses internal transceiver so register nop transceiver */
|
||||||
usb_nop_xceiv_register();
|
usb_nop_xceiv_register();
|
||||||
/* 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);
|
|
||||||
|
|
||||||
status = omap_ethernet_init();
|
status = omap_ethernet_init();
|
||||||
if (status) {
|
if (status) {
|
||||||
|
Loading…
Reference in New Issue
Block a user