aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-psp-2.6.32/am3517-evm/am3517-ehci-mux.patch
blob: 2c1c0752d3c928deec43fbe75a6215da8a66f1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c
index ea80c5a..f9c2b03 100755
--- a/arch/arm/mach-omap2/board-am3517evm.c
+++ b/arch/arm/mach-omap2/board-am3517evm.c
@@ -960,6 +960,9 @@ static void __init am3517_evm_init(void)
 	omap_serial_init();
 	am3517evm_flash_init();
 	usb_musb_init();
+
+	/* EHCI */
+	omap_mux_init_gpio(57, OMAP_PIN_OUTPUT);
 	usb_ehci_init(&ehci_pdata);
 
 	/* TSC 2004 */