All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7
@ 2021-08-05  7:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2021-08-05  7:21 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: Alim Akhtar, Chanwoo Choi, Pankaj Dubey, Sam Protsenko,
	Marc Zyngier

The GIC-400 CPU interfaces address range is defined as 0x2000-0x3FFF (by
ARM).

Reported-by: Sam Protsenko <semen.protsenko@linaro.org>
Reported-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm64/boot/dts/exynos/exynos7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index 8b06397ba6e7..c73a597ca66e 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -137,7 +137,7 @@ gic: interrupt-controller@11001000 {
 			#address-cells = <0>;
 			interrupt-controller;
 			reg =	<0x11001000 0x1000>,
-				<0x11002000 0x1000>,
+				<0x11002000 0x2000>,
 				<0x11004000 0x2000>,
 				<0x11006000 0x2000>;
 		};
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-08-09 10:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-05  7:21 [PATCH] arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7 Krzysztof Kozlowski
2021-08-05  7:21 ` Krzysztof Kozlowski
2021-08-05  7:36 ` Krzysztof Kozlowski
2021-08-05  7:36   ` Krzysztof Kozlowski
2021-08-05  9:26   ` Alim Akhtar
2021-08-05  9:26     ` Alim Akhtar
2021-08-05  9:43     ` Krzysztof Kozlowski
2021-08-05  9:43       ` Krzysztof Kozlowski
2021-08-05  9:44       ` Krzysztof Kozlowski
2021-08-05  9:44         ` Krzysztof Kozlowski
2021-08-05  9:54         ` Alim Akhtar
2021-08-05  9:54           ` Alim Akhtar
2021-08-05 10:01     ` Marc Zyngier
2021-08-05 10:51       ` Alim Akhtar
2021-08-05 10:51         ` Alim Akhtar
2021-08-05 11:26 ` Sam Protsenko
2021-08-05 11:26   ` Sam Protsenko
2021-08-09 10:38 ` Krzysztof Kozlowski
2021-08-09 10:38   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.