aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/control.h
diff options
context:
space:
mode:
authorKevin Hilman <khilman@deeprootsystems.com>2008-11-25 11:48:24 -0800
committerKevin Hilman <khilman@deeprootsystems.com>2009-05-28 10:59:05 -0700
commit1155e426b7365f7909f5a32612feff7361aa0f4c (patch)
tree1d465e4c722e02a54fde113888f9c684e63c8eeb /arch/arm/plat-omap/include/mach/control.h
parentOMAP: Add new function to check wether there is irq pending (diff)
downloadlinux-dev-1155e426b7365f7909f5a32612feff7361aa0f4c.tar.xz
linux-dev-1155e426b7365f7909f5a32612feff7361aa0f4c.zip
OMAP3: PM: Force IVA2 into idle during bootup
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/control.h')
-rw-r--r--arch/arm/plat-omap/include/mach/control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/control.h b/arch/arm/plat-omap/include/mach/control.h
index 269147f3836f..d38697b603ec 100644
--- a/arch/arm/plat-omap/include/mach/control.h
+++ b/arch/arm/plat-omap/include/mach/control.h
@@ -189,6 +189,11 @@
#define OMAP2_PBIASLITEPWRDNZ0 (1 << 1)
#define OMAP2_PBIASLITEVMODE0 (1 << 0)
+/* CONTROL_IVA2_BOOTMOD bits */
+#define OMAP3_IVA2_BOOTMOD_SHIFT 0
+#define OMAP3_IVA2_BOOTMOD_MASK (0xf << 0)
+#define OMAP3_IVA2_BOOTMOD_IDLE (0x1 << 0)
+
#ifndef __ASSEMBLY__
#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
extern void __iomem *omap_ctrl_base_get(void);