tom.leiming@xxxxxxxxx had written, on 12/09/2010 11:02 AM, the following:
From: Ming Lei <tom.leiming@xxxxxxxxx>
Obviously we should only initialize musb once.
Signed-off-by: Ming Lei <tom.leiming@xxxxxxxxx>
---
arch/arm/mach-omap2/board-omap4panda.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index 22599fc..85371be 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -393,9 +393,6 @@ static void __init omap4_panda_init(void)
usb_nop_xceiv_register();
omap4_ehci_init();
usb_musb_init(&musb_board_data);
- /* FIXME: allow multi-omap to boot until musb is updated for omap4 */
- if (!cpu_is_omap44xx())
- usb_musb_init(&musb_board_data);
}
static void __init omap4_panda_map_io(void)
Looks good to me. since this is for l-o master branch, I think this
should probably be squashed to:
commit ec787afd05aad0cdb0b0d2948b356569805e5b30
Author: Felipe Balbi <balbi@xxxxxx>
Date: Wed Dec 1 13:48:54 2010 +0200
arm: omap4: panda: initialize musb
initialize the musb port on pandaboard.
Signed-off-by: Felipe Balbi <balbi@xxxxxx>
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html