summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-12-12 14:20:36 +0100
committerStefan Agner <stefan@agner.ch>2014-12-12 14:26:56 +0100
commit150e89eb50b28b8012b3b72284637fdd5761102f (patch)
tree06cc1a96dff7cb618558ea078a35fd6ae2cf0e5d
parent99043497edfea1d250f69c5dc508f70e86858dbd (diff)
ARM: dts: vf610: add routable-irqs property for gic node
To enable proper routable interrupt controller support for the GIC driver, the routable-irqs need to be specified. Hence add the routable-irqs property with the amount of IRQs supported by the GIC controller on the Vybrid SoC.
-rw-r--r--arch/arm/boot/dts/vf500.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
index 6e00169f9908..b78db4728d97 100644
--- a/arch/arm/boot/dts/vf500.dtsi
+++ b/arch/arm/boot/dts/vf500.dtsi
@@ -30,6 +30,7 @@
intc: interrupt-controller@40002000 {
compatible = "arm,cortex-a9-gic";
+ arm,routable-irqs = <144>;
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x40003000 0x1000>,