summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2012-01-12 15:41:54 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:36 +0200
commit8eeca77a48f8190161416e9941ba260a4504cba1 (patch)
treecb2545827a83eec8c4ee5f8982228418a46d5aa3
parent65a9d435f85d9870aa60eeed2336bd2a62d6318e (diff)
mach-ux500: u5500-mbox: APE - Modem power management protocol
Add IRQ_DB5500_PRCMU_APE_REL to implement a protocol for APE - Modem communication which helps in achieving system power management. Signed-off-by: Arun Murthy <arun.murthy@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/include/mach/irqs-db5500.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/irqs-db5500.h b/arch/arm/mach-ux500/include/mach/irqs-db5500.h
index 4ea577aefa0..234cf4ac4e1 100644
--- a/arch/arm/mach-ux500/include/mach/irqs-db5500.h
+++ b/arch/arm/mach-ux500/include/mach/irqs-db5500.h
@@ -112,6 +112,7 @@
#define IRQ_DB5500_PRCMU_TEMP_SENSOR_LOW (IRQ_DB5500_PRCMU_BASE + 21)
#define IRQ_DB5500_PRCMU_TEMP_SENSOR_HIGH (IRQ_DB5500_PRCMU_BASE + 22)
#define IRQ_DB5500_PRCMU_END (IRQ_DB5500_PRCMU_BASE + 23)
+#define IRQ_DB5500_PRCMU_APE_REL 0x200
#define NUM_DB5500_PRCMU_WAKEUPS (IRQ_DB5500_PRCMU_END - IRQ_DB5500_PRCMU_BASE)