summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/include/mach/irqs.h
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2011-07-20 21:08:18 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-20 23:39:17 +0900
commit0e9e52655dd1e44578284236a85c8bc93ca0d5db (patch)
tree3472946b93c1da05c5f1f25c6878977881f054bf /arch/arm/mach-exynos4/include/mach/irqs.h
parent67dcaec8d62ab751dbd1d5f9b3f3c1ce4205edf5 (diff)
ARM: EXYNOS4: Support ADC
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-exynos4/include/mach/irqs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/irqs.h b/arch/arm/mach-exynos4/include/mach/irqs.h
index 250427f6dcc..31f6bedcc52 100644
--- a/arch/arm/mach-exynos4/include/mach/irqs.h
+++ b/arch/arm/mach-exynos4/include/mach/irqs.h
@@ -139,6 +139,9 @@
#define MAX_COMBINER_NR 16
+#define IRQ_ADC IRQ_ADC0
+#define IRQ_TC IRQ_PEN0
+
#define S5P_IRQ_EINT_BASE COMBINER_IRQ(MAX_COMBINER_NR, 0)
#define S5P_EINT_BASE1 (S5P_IRQ_EINT_BASE + 0)