summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
diff options
context:
space:
mode:
authorReddy, Teerth2009-08-24 08:28:59 +0200
committerKevin Hilman2009-09-03 00:07:56 +0200
commit5110b2980a1299f6c253260de385b0dc2b2308b0 (patch)
treee3114c62d639d49de52c0079370206c5edf2e126 /arch/arm/plat-omap/include
parentMUSB: Remove usb_musb_pm_init() call (diff)
downloadkernel-qcow2-linux-5110b2980a1299f6c253260de385b0dc2b2308b0.tar.gz
kernel-qcow2-linux-5110b2980a1299f6c253260de385b0dc2b2308b0.tar.xz
kernel-qcow2-linux-5110b2980a1299f6c253260de385b0dc2b2308b0.zip
OMAP3: PM: add T2 interrupt line mux setting, and enable on 3430SDP
This patch changes for setting the padconf value for sys_nirq line which is connected to T2 INTR1. This will fix the T2 keypad wakeup issue on OMAP3 SDP. Signed-off-by: Teerth Reddy <teerth@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r--arch/arm/plat-omap/include/mach/mux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-omap/include/mach/mux.h
index 2c57bad65b02..98dfab651dfc 100644
--- a/arch/arm/plat-omap/include/mach/mux.h
+++ b/arch/arm/plat-omap/include/mach/mux.h
@@ -885,6 +885,9 @@ enum omap34xx_index {
AH9_3430_MMC3_DAT1,
AF13_3430_MMC3_DAT2,
AF13_3430_MMC3_DAT3,
+
+ /* SYS_NIRQ T2 INT1 */
+ AF26_34XX_SYS_NIRQ,
};
struct omap_mux_cfg {