projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b48df
)
arm: omap4: enable usb on 4430sdp
author
Felipe Balbi
<balbi@ti.com>
Tue, 7 Dec 2010 07:57:59 +0000
(09:57 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 10 Dec 2010 08:21:34 +0000
(10:21 +0200)
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>
arch/arm/mach-omap2/board-4430sdp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-4430sdp.c
b/arch/arm/mach-omap2/board-4430sdp.c
index d7cb9680b4faf691482016f47e648b93c2fbaea9..288ff4415757b19d126e09614280d1053a5b187b 100644
(file)
--- 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) {