summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/include
diff options
context:
space:
mode:
authorPawel Moll2011-12-15 11:57:28 +0100
committerPawel Moll2012-02-24 10:18:21 +0100
commit059289b260826deb43601644a7ad39c2608e6861 (patch)
tree4fc79d16d7a5b0fc52b8969e909d8dd5e8aaba4c /arch/arm/mach-vexpress/include
parentARM: vexpress: Add Device Tree for V2P-CA9 core tile (diff)
downloadkernel-qcow2-linux-059289b260826deb43601644a7ad39c2608e6861.tar.gz
kernel-qcow2-linux-059289b260826deb43601644a7ad39c2608e6861.tar.xz
kernel-qcow2-linux-059289b260826deb43601644a7ad39c2608e6861.zip
ARM: vexpress: Add Device Tree for V2P-CA15 core tile (TC1 variant)
This patch adds Device Tree file for the CoreTile Express A15x2 (V2P-CA15) with Test Chip 1. As the chip's GIC has 160 interrupt inputs and equivalent SMM (FPGA) has GIC synthesised with 256 interrupts, NR_IRQS is increased. Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/mach-vexpress/include')
-rw-r--r--arch/arm/mach-vexpress/include/mach/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/include/mach/irqs.h b/arch/arm/mach-vexpress/include/mach/irqs.h
index 7054cbfc9de5..4b10ee7657a6 100644
--- a/arch/arm/mach-vexpress/include/mach/irqs.h
+++ b/arch/arm/mach-vexpress/include/mach/irqs.h
@@ -1,4 +1,4 @@
#define IRQ_LOCALTIMER 29
#define IRQ_LOCALWDOG 30
-#define NR_IRQS 128
+#define NR_IRQS 256