Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245508

[PATCH 2/4] arm64: dts: Foundation model: increate GICC region to allow EOImode=1

From Andre Przywara <andre.przywara@arm.com>
Newsgroups linux.kernel
Subject [PATCH 2/4] arm64: dts: Foundation model: increate GICC region to allow EOImode=1
Date 2015-10-13 11:40 +0200
Message-ID <qj4dR-2vA-35@gated-at.bofh.it> (permalink)
References <qj4dQ-2vA-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Recent commits made the GIC driver use EOImode=1 for all GICs
that advertise the proper GICC region size.
To let the model benefit from the blessings of that mode, increase
the GICC region to its actual size of 8K.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 arch/arm64/boot/dts/arm/foundation-v8.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>;
-- 
2.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] add support for GICv3 on the Foundation model Andre Przywara <andre.przywara@arm.com> - 2015-10-13 11:40 +0200
  [PATCH 2/4] arm64: dts: Foundation model: increate GICC region to allow EOImode=1 Andre Przywara <andre.przywara@arm.com> - 2015-10-13 11:40 +0200
    Re: [PATCH 2/4] arm64: dts: Foundation model: increate GICC region  to allow EOImode=1 Marc Zyngier <marc.zyngier@arm.com> - 2015-10-13 12:50 +0200
  [PATCH 1/4] arm64: dts: prepare foundation-v8.dts to cope with GICv3 Andre Przywara <andre.przywara@arm.com> - 2015-10-13 11:50 +0200

csiph-web