omap3evm: Configure GPIO175 for touchscreen PEN_IRQ
authorSanjeev Premi <premi@ti.com>
Wed, 17 Feb 2010 22:09:24 +0000 (14:09 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 18 Feb 2010 01:23:20 +0000 (17:23 -0800)
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>
arch/arm/mach-omap2/board-omap3evm.c

index 34655a61d5f29a7b4a41df137e9ba50f9c30984c..fa1f9d5181ed494706fa0d0c8ae626477ef41be5 100644 (file)
@@ -653,7 +653,9 @@ static struct omap_board_mux board_mux[] __initdata = {
        OMAP3_MUX(SYS_NIRQ, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP |
                                OMAP_PIN_OFF_INPUT_PULLUP |
                                OMAP_PIN_OFF_WAKEUPENABLE),
-
+       OMAP3_MUX(MCSPI1_CS1, OMAP_MUX_MODE4 | OMAP_PIN_INPUT_PULLUP |
+                               OMAP_PIN_OFF_INPUT_PULLUP |
+                               OMAP_PIN_OFF_WAKEUPENABLE),
        { .reg_offset = OMAP_MUX_TERMINATOR },
 };
 #else