diff options
author | Stefan Agner <stefan@agner.ch> | 2016-07-25 23:42:36 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-15 19:46:29 +0800 |
commit | b28c9bf65c4f216308fab42e34a1dfd34b3f1740 (patch) | |
tree | be1a75b91efa0a88fe57af4f330d4563b0bb394d /arch/arm/boot/dts/imx7s.dtsi | |
parent | 974a3abcffaebc5ac9da03540f1bc5440f6ae7cf (diff) | |
download | lwn-b28c9bf65c4f216308fab42e34a1dfd34b3f1740.tar.gz lwn-b28c9bf65c4f216308fab42e34a1dfd34b3f1740.zip |
ARM: dts: imx7d: fix GIC nodes interrupt and register specification
The i.MX 7 as a GICv2, hence its CPU interface register map (the
second register region) is 8kB long. Add the VGIC maintenance
interrupt which allows to use the new VGIC driver.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Suggested-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index d89587a97725..c63591c1f25e 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -292,10 +292,11 @@ intc: interrupt-controller@31001000 { compatible = "arm,cortex-a7-gic"; + interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; #interrupt-cells = <3>; interrupt-controller; reg = <0x31001000 0x1000>, - <0x31002000 0x1000>, + <0x31002000 0x2000>, <0x31004000 0x2000>, <0x31006000 0x2000>; }; |