summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/include/mach
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-10 15:15:01 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:56 +0900
commit3c8887b0f7b1ee147f4be4b50cc7447c6b943f66 (patch)
treedf8c9798d1ee0e5ed7f774d7061a5f5892c9dd88 /arch/arm/mach-exynos/include/mach
parentb353cb369aa4eb946904b3caa191e7446e36c257 (diff)
downloadlinux-3.10-3c8887b0f7b1ee147f4be4b50cc7447c6b943f66.tar.gz
linux-3.10-3c8887b0f7b1ee147f4be4b50cc7447c6b943f66.tar.bz2
linux-3.10-3c8887b0f7b1ee147f4be4b50cc7447c6b943f66.zip
arm: exynos3250: rtc: Enable internal RTC's alarm wakeup irq.
This patch adds correspond irq number for EXYNOS3250's rtc alarm irq to make the irq to work as a wakeup source. Change-Id: I8970496a597729b8ad70d0e0bb893052e56e24c9 Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach')
-rw-r--r--arch/arm/mach-exynos/include/mach/irqs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/irqs.h b/arch/arm/mach-exynos/include/mach/irqs.h
index 34ee14cd1d3..d1b528a7715 100644
--- a/arch/arm/mach-exynos/include/mach/irqs.h
+++ b/arch/arm/mach-exynos/include/mach/irqs.h
@@ -32,6 +32,10 @@
#define EXYNOS_IRQ_EINT16_31 IRQ_SPI(32)
+/* For EXYNOS3250 SoCs */
+#define EXYNOS3250_IRQ_RTC_ALARM IRQ_SPI(73)
+#define EXYNOS3250_IRQ_RTC_TIC IRQ_SPI(74)
+
/* For EXYNOS4 SoCs */
#define EXYNOS4_IRQ_EINT0 IRQ_SPI(16)