[PATCH 01/12] ARM: dts: vf610: add routable-irqs property for gic node

From: Stefan Agner
Date: Tue Dec 02 2014 - 19:12:31 EST


From: Stefan Agner <stefan.agner@xxxxxxxxxxx>

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.

Signed-off-by: Stefan Agner <stefan@xxxxxxxx>
---
arch/arm/boot/dts/vf500.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
index de67005..2b0d84d 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>,
--
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/