From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: "Ivaylo Ivanov" <ivo.ivanov.ivanov1@gmail.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"Peter Griffin" <peter.griffin@linaro.org>,
"André Draszik" <andre.draszik@linaro.org>,
"Tudor Ambarus" <tudor.ambarus@linaro.org>,
linux-fsd@tesla.com, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 4/4] arm64: dts: exynos2200: Add default GIC address cells
Date: Fri, 22 Aug 2025 14:14:27 +0200 [thread overview]
Message-ID: <20250822121423.228500-8-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20250822121423.228500-5-krzysztof.kozlowski@linaro.org>
Add missing address-cells 0 to GIC interrupt node. Value '0' is correct
because GIC interrupt controller does not have children.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/exynos/exynos2200.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/exynos/exynos2200.dtsi b/arch/arm64/boot/dts/exynos/exynos2200.dtsi
index 6b5ac02d010f..b1fe315b40fd 100644
--- a/arch/arm64/boot/dts/exynos/exynos2200.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos2200.dtsi
@@ -273,6 +273,7 @@ gic: interrupt-controller@10200000 {
reg = <0x0 0x10200000 0x0 0x10000>, /* GICD */
<0x0 0x10240000 0x0 0x200000>; /* GICR * 8 */
+ #address-cells = <0>;
#interrupt-cells = <4>;
interrupt-controller;
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
--
2.48.1
next prev parent reply other threads:[~2025-08-22 12:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250822121435epcas5p1d9bf83ff79efccec244ba712479ef4b8@epcas5p1.samsung.com>
2025-08-22 12:14 ` [PATCH 1/4] arm64: dts: exynos5433: Add default GIC address cells Krzysztof Kozlowski
2025-08-22 12:14 ` [PATCH 2/4] arm64: dts: google: gs101: " Krzysztof Kozlowski
2025-08-29 11:01 ` Alim Akhtar
2025-08-30 9:19 ` (subset) " Krzysztof Kozlowski
2025-08-22 12:14 ` [PATCH 3/4] arm64: dts: fsd: " Krzysztof Kozlowski
2025-08-29 11:00 ` Alim Akhtar
2025-08-30 9:19 ` (subset) " Krzysztof Kozlowski
2025-08-22 12:14 ` Krzysztof Kozlowski [this message]
2025-08-29 11:04 ` [PATCH 4/4] arm64: dts: exynos2200: " Alim Akhtar
2025-08-29 11:03 ` [PATCH 1/4] arm64: dts: exynos5433: " Alim Akhtar
2025-08-30 9:19 ` (subset) " Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250822121423.228500-8-krzysztof.kozlowski@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=alim.akhtar@samsung.com \
--cc=andre.draszik@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ivo.ivanov.ivanov1@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-fsd@tesla.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=peter.griffin@linaro.org \
--cc=robh@kernel.org \
--cc=tudor.ambarus@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).