summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2015-12-15 13:36:36 +0000
committerSudeep Holla <sudeep.holla@arm.com>2016-02-09 10:46:31 +0000
commite6b512285a46c71e056e15985140d8a078937b7d (patch)
tree2792e0bc944a1a46d4a0757621ecf6ed537850d3 /arch/arm64/boot/dts/arm
parent26447231fe8cb695369a392d8e018c035455ac8c (diff)
downloadop-kernel-dev-e6b512285a46c71e056e15985140d8a078937b7d.zip
op-kernel-dev-e6b512285a46c71e056e15985140d8a078937b7d.tar.gz
arm64: dts: Foundation model: increase GICC region to allow EOImode=1
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>
Diffstat (limited to 'arch/arm64/boot/dts/arm')
-rw-r--r--arch/arm64/boot/dts/arm/foundation-v8.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dts b/arch/arm64/boot/dts/arm/foundation-v8.dts
index 3c5595d..57ad9fe 100644
--- a/arch/arm64/boot/dts/arm/foundation-v8.dts
+++ b/arch/arm64/boot/dts/arm/foundation-v8.dts
@@ -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>;
OpenPOWER on IntegriCloud