aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s5p/include/plat/irqs.h
diff options
context:
space:
mode:
authorAtul Dahiya <atul.dahiya@samsung.com>2010-01-29 09:08:28 +0900
committerBen Dooks <ben-linux@fluff.org>2010-01-29 10:37:34 +0900
commit87aef30eb3c5dac0491c83fe3b90bc61f1df24ec (patch)
treef4b57824e8807edff903bb63d72ff646a0c103ba /arch/arm/plat-s5p/include/plat/irqs.h
parent81317960466ebd37fd958aa07993e3fea461dbe4 (diff)
ARM: S5P: Change S5P_TIMER_IRQ based to 11 for SAMSUNG S5P series.
Currently, S5P_TIMER_IRQ is based at the end of VICs. This patch changes the S5P_TIMER_IRQ base from end of VICs to 11 in ISA IRQ space. No of VICs varies between SOCs. This causes an exception on S5P6442. Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5p/include/plat/irqs.h')
-rw-r--r--arch/arm/plat-s5p/include/plat/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s5p/include/plat/irqs.h b/arch/arm/plat-s5p/include/plat/irqs.h
index 878acfe3690..101038d4994 100644
--- a/arch/arm/plat-s5p/include/plat/irqs.h
+++ b/arch/arm/plat-s5p/include/plat/irqs.h
@@ -74,7 +74,7 @@
#define S5P_IRQ_VIC0(x) (S5P_VIC0_BASE + (x))
#define S5P_IRQ_VIC1(x) (S5P_VIC1_BASE + (x))
-#define S5P_TIMER_IRQ(x) S5P_IRQ(64 + (x))
+#define S5P_TIMER_IRQ(x) S5P_IRQ(11 + (x))
#define IRQ_TIMER0 S5P_TIMER_IRQ(0)
#define IRQ_TIMER1 S5P_TIMER_IRQ(1)