diff options
author | Sanjeev Premi <premi@ti.com> | 2010-02-17 17:09:24 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-17 20:23:20 -0500 |
commit | 87520aae7c46a725835f5761feca0f794e2eff9e (patch) | |
tree | 4c9b97bc53e0f973cefedeae4c4307e13be8ad79 /arch/arm/mach-omap2/board-omap3evm.c | |
parent | 0621d75698b3a485d7e31e9d964c76885628c015 (diff) |
omap3evm: Configure GPIO175 for touchscreen PEN_IRQ
GPIO175 is used for PEN_IRQ on the EVM. This patch
sets the mux settings for the same.
Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3evm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 34655a61d5f2..fa1f9d5181ed 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -653,7 +653,9 @@ static struct omap_board_mux board_mux[] __initdata = { | |||
653 | OMAP3_MUX(SYS_NIRQ, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP | | 653 | OMAP3_MUX(SYS_NIRQ, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP | |
654 | OMAP_PIN_OFF_INPUT_PULLUP | | 654 | OMAP_PIN_OFF_INPUT_PULLUP | |
655 | OMAP_PIN_OFF_WAKEUPENABLE), | 655 | OMAP_PIN_OFF_WAKEUPENABLE), |
656 | 656 | OMAP3_MUX(MCSPI1_CS1, OMAP_MUX_MODE4 | OMAP_PIN_INPUT_PULLUP | | |
657 | OMAP_PIN_OFF_INPUT_PULLUP | | ||
658 | OMAP_PIN_OFF_WAKEUPENABLE), | ||
657 | { .reg_offset = OMAP_MUX_TERMINATOR }, | 659 | { .reg_offset = OMAP_MUX_TERMINATOR }, |
658 | }; | 660 | }; |
659 | #else | 661 | #else |