From mboxrd@z Thu Jan 1 00:00:00 1970 From: hvaibhav@ti.com Subject: [PATCH 1/3] Mux configuration for AM3517 TouchScreen support Date: Thu, 19 Nov 2009 20:16:14 +0530 Message-ID: <1258641974-2223-1-git-send-email-hvaibhav@ti.com> References: Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:51109 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966AbZKSOqM (ORCPT ); Thu, 19 Nov 2009 09:46:12 -0500 In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org Cc: linux-omap@vger.kernel.org, Vaibhav Hiremath From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- arch/arm/mach-omap2/mux.c | 3 +++ arch/arm/plat-omap/include/plat/mux.h | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index c18a94e..f64ce14 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -566,6 +566,9 @@ MUX_CFG_34XX("AF9_34XX_GPIO22", 0x5ec, OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_INPUT_PULLUP) MUX_CFG_34XX("U3_34XX_GPIO61", 0x0c8, OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_INPUT_PULLUP) + /*Touch-screen*/ + MUX_CFG_34XX("U1_34XX_GPIO65", 0x0d2, + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_INPUT_PULLUP) }; #define OMAP34XX_PINS_SZ ARRAY_SIZE(omap34xx_pins) diff --git a/arch/arm/plat-omap/include/plat/mux.h b/arch/arm/plat-omap/include/plat/mux.h index ba77de6..244afee 100644 --- a/arch/arm/plat-omap/include/plat/mux.h +++ b/arch/arm/plat-omap/include/plat/mux.h @@ -854,6 +854,7 @@ enum omap34xx_index { AH14_34XX_GPIO21, AF9_34XX_GPIO22, U3_34XX_GPIO61, + U1_34XX_GPIO65, }; struct omap_mux_cfg { -- 1.6.2.4