summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/include/plat
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-19 15:26:56 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-01-21 04:55:15 (GMT)
commit9fca878623378e7dd6da8e7135a561c17bc1112b (patch)
treedabd7befd6eaab89c9b3d23260367a610c8d84cb /arch/arm/plat-s3c64xx/include/plat
parent8005745d6eea79da8ee2e7fe978d14e412aa3353 (diff)
downloadlinux-fsl-qoriq-9fca878623378e7dd6da8e7135a561c17bc1112b.tar.xz
ARM: SMDK6410: Set up interrupt range for WM835x on 1190-EV1 PMIC board
The WM835x driver won't actually use this yet but it will in the future when the changes converting it to genirq are merged. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/include/plat')
-rw-r--r--arch/arm/plat-s3c64xx/include/plat/irqs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/include/plat/irqs.h b/arch/arm/plat-s3c64xx/include/plat/irqs.h
index 176fe15..a227581 100644
--- a/arch/arm/plat-s3c64xx/include/plat/irqs.h
+++ b/arch/arm/plat-s3c64xx/include/plat/irqs.h
@@ -198,7 +198,11 @@
* interrupt controllers). */
#define IRQ_BOARD_START (IRQ_EINT_GROUP9_BASE + IRQ_EINT_GROUP9_NR + 1)
+#ifdef CONFIG_SMDK6410_WM1190_EV1
+#define IRQ_BOARD_NR 64
+#else
#define IRQ_BOARD_NR 16
+#endif
#define IRQ_BOARD_END (IRQ_BOARD_START + IRQ_BOARD_NR)