Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Agner and committed by
Shawn Guo
b28c9bf6 974a3abc

+2 -1
+2 -1
arch/arm/boot/dts/imx7s.dtsi
··· 292 292 293 293 intc: interrupt-controller@31001000 { 294 294 compatible = "arm,cortex-a7-gic"; 295 + interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; 295 296 #interrupt-cells = <3>; 296 297 interrupt-controller; 297 298 reg = <0x31001000 0x1000>, 298 - <0x31002000 0x1000>, 299 + <0x31002000 0x2000>, 299 300 <0x31004000 0x2000>, 300 301 <0x31006000 0x2000>; 301 302 };