summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorAbraham Arce <x0066660@ti.com>2009-11-05 11:08:59 +0100
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-11-05 11:40:04 +0100
commitf31be0b18a5f5da077096c69f0b8adb2835f2ebf (patch)
treef53aaf82f74786a1ed0913f02e0bb6d226ceba3b /arch/arm/mach-omap2
parent6aa1153ad0919e608870ec6c38ae80d9eca2a5cb (diff)
OMAP4: Touchscreen: OMAP4430 Platform Changes
GPIO interrupt lines changed to 35 & 36 Signed-off-by: Abraham Arce <x0066660@svrlnx050.tif.ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 34728c1cd002..0eab966f9f6b 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -466,7 +466,7 @@ static u8 tm12xx_button_map[] = {
static struct tm12xx_ts_platform_data tm12xx_platform_data[] = {
[0] = { /* Primary Controller */
- .gpio_intr = 47,
+ .gpio_intr = 35,
.idev_name = tm12xx_idev_names,
.button_map = tm12xx_button_map,
.num_buttons = ARRAY_SIZE(tm12xx_button_map),
@@ -474,7 +474,7 @@ static struct tm12xx_ts_platform_data tm12xx_platform_data[] = {
.swap_xy = 1,
},
[1] = { /* Secondary Controller */
- .gpio_intr = 48,
+ .gpio_intr = 36,
.idev_name = tm12xx_idev_names,
.button_map = tm12xx_button_map,
.num_buttons = ARRAY_SIZE(tm12xx_button_map),