diff options
author | Ajay Kumar Gupta <ajay.gupta@ti.com> | 2009-09-24 23:23:08 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-09-24 23:23:08 (GMT) |
commit | 41a03c539c6e3cc772fc15a827ea2aa040c9848d (patch) | |
tree | 9c3015bf2095e49ea5d8a39c798b188cfd4b17ae /arch/arm/plat-omap | |
parent | 61f04ee83c768c556168b09d71f0dc87b4a6090a (diff) | |
download | linux-fsl-qoriq-41a03c539c6e3cc772fc15a827ea2aa040c9848d.tar.xz |
omap: Add missing mux pin for EHCI phy reset line
GPIO135 is used as EHCI (port2) phy reset pin on Multi Media Daughter card
connected to OMAP3EVM.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/mach/mux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-omap/include/mach/mux.h index 98dfab6..4bcf8a5 100644 --- a/arch/arm/plat-omap/include/mach/mux.h +++ b/arch/arm/plat-omap/include/mach/mux.h @@ -846,6 +846,7 @@ enum omap34xx_index { L8_34XX_GPIO63, G25_34XX_GPIO86_OUT, AG4_34XX_GPIO134_OUT, + AF4_34XX_GPIO135_OUT, AE4_34XX_GPIO136_OUT, AF6_34XX_GPIO140_UP, AE6_34XX_GPIO141, |