aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm-regbits-44xx.h
diff options
context:
space:
mode:
authorMadhusudhan Chikkature <madhu.cr@ti.com>2011-09-08 21:03:04 -0500
committerNishanth Menon <nm@ti.com>2011-09-09 14:37:36 -0500
commitf6321c9389c1af2e5eeeb733e5ee992ac5719e6d (patch)
treede08d94c84eb163b147f51f8b99c221d419b1638 /arch/arm/mach-omap2/prm-regbits-44xx.h
parent597d07ce35b0be4de32939b2e8a1d4967eb4e27b (diff)
downloadkernel_samsung_tuna-f6321c9389c1af2e5eeeb733e5ee992ac5719e6d.zip
kernel_samsung_tuna-f6321c9389c1af2e5eeeb733e5ee992ac5719e6d.tar.gz
kernel_samsung_tuna-f6321c9389c1af2e5eeeb733e5ee992ac5719e6d.tar.bz2
OMAP4: PM: Add Non-EMIF I/O isolation for device OFF mode
Extend the non-EMIF I/O isolation before going to OFF mode on OMAP4 devices. This removes the glitch noticed on the GPIO lines coming out of OFF-mode. Change-Id: Idf79e4bad93b9679efc19d026f7404c8e23297d8 [wwang@ti.com: ported forward from K35 to K3.0] Signed-off-by: Wenbiao Wang <wwang@ti.com> Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm-regbits-44xx.h')
-rw-r--r--arch/arm/mach-omap2/prm-regbits-44xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm-regbits-44xx.h b/arch/arm/mach-omap2/prm-regbits-44xx.h
index d9b8320..b76cfd6 100644
--- a/arch/arm/mach-omap2/prm-regbits-44xx.h
+++ b/arch/arm/mach-omap2/prm-regbits-44xx.h
@@ -402,6 +402,8 @@
/* Used by PRM_IO_PMCTRL */
#define OMAP4430_GLOBAL_WUEN_SHIFT 16
#define OMAP4430_GLOBAL_WUEN_MASK (1 << 16)
+#define OMAP4430_ISOOVR_EXTEND_SHIFT 4
+#define OMAP4430_ISOOVR_EXTEND_MASK (1 << 4)
/* Used by PRM_VC_CFG_I2C_MODE */
#define OMAP4430_HSMCODE_SHIFT 0