* [PATCH v2] arm64: dts: exynos2200: Add default GIC address cells
@ 2025-08-30 9:39 Krzysztof Kozlowski
2025-08-31 10:58 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-30 9:39 UTC (permalink / raw)
To: Ivaylo Ivanov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Alim Akhtar, linux-arm-kernel, linux-samsung-soc, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski
Add missing address-cells 0 to GIC interrupt node. Value '0' is correct
because GIC interrupt controller does not have children.
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Changes in v2:
1. Rebase
2. Rb
---
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 933ab7818ab2..6487ccb58ae7 100644
--- a/arch/arm64/boot/dts/exynos/exynos2200.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos2200.dtsi
@@ -274,6 +274,7 @@ gic: interrupt-controller@10200000 {
reg = <0x10200000 0x10000>, /* GICD */
<0x10240000 0x200000>; /* GICR * 8 */
+ #address-cells = <0>;
#interrupt-cells = <4>;
interrupt-controller;
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] arm64: dts: exynos2200: Add default GIC address cells
2025-08-30 9:39 [PATCH v2] arm64: dts: exynos2200: Add default GIC address cells Krzysztof Kozlowski
@ 2025-08-31 10:58 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-31 10:58 UTC (permalink / raw)
To: Ivaylo Ivanov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Alim Akhtar, linux-arm-kernel, linux-samsung-soc, devicetree,
linux-kernel, Krzysztof Kozlowski
On Sat, 30 Aug 2025 11:39:19 +0200, Krzysztof Kozlowski wrote:
> Add missing address-cells 0 to GIC interrupt node. Value '0' is correct
> because GIC interrupt controller does not have children.
>
>
Applied, thanks!
[1/1] arm64: dts: exynos2200: Add default GIC address cells
https://git.kernel.org/krzk/linux/c/59abe5c87267f1f3bd627af20355b490b59f9901
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-31 11:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-30 9:39 [PATCH v2] arm64: dts: exynos2200: Add default GIC address cells Krzysztof Kozlowski
2025-08-31 10:58 ` Krzysztof Kozlowski
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).