浏览代码

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>
Andre Przywara 9 年之前
父节点
当前提交
e6b512285a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/boot/dts/arm/foundation-v8.dts

+ 1 - 1
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>;