]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/control.h
OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_X
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / control.h
index ee3c39e37c38abd2700b9cb31f6d64649a13ea9d..4cbe212853c7092005de49de5464a90168b54ae2 100644 (file)
 #define OMAP2_PBIASLITEPWRDNZ0         (1 << 1)
 #define OMAP2_PBIASLITEVMODE0          (1 << 0)
 
+/* CONTROL_PADCONF_X bits */
+#define OMAP3_PADCONF_WAKEUPEVENT0     (1 << 15)
+#define OMAP3_PADCONF_WAKEUPENABLE0    (1 << 14)
+
 #ifndef __ASSEMBLY__
 #if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
 extern void __iomem *omap_ctrl_base_get(void);