arm64: dts: Foundation model: increase GICC region to allow EOImode=1
authorAndre Przywara <andre.przywara@arm.com>
Tue, 15 Dec 2015 13:36:36 +0000 (13:36 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 9 Feb 2016 10:46:31 +0000 (10:46 +0000)
The Foundation model GIC mapping is wrong, as the GICC region should
be 8kB instead of 4kB (the model implements the GICv2 architecture).
This defect prevents the driver from switching to EOImode==1.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/foundation-v8.dts

index 3c5595deeba6493fd0b78f02282f1eaf9d795436..57ad9fed107c9ce865b79cd11b286745d1fb6118 100644 (file)
@@ -78,7 +78,7 @@
                #address-cells = <2>;
                interrupt-controller;
                reg = <0x0 0x2c001000 0 0x1000>,
-                     <0x0 0x2c002000 0 0x1000>,
+                     <0x0 0x2c002000 0 0x2000>,
                      <0x0 0x2c004000 0 0x2000>,
                      <0x0 0x2c006000 0 0x2000>;
                interrupts = <1 9 0xf04>;