]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: google: gs101: Add default GIC address cells
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 22 Aug 2025 12:14:25 +0000 (14:14 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 30 Aug 2025 09:00:41 +0000 (11:00 +0200)
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>
Link: https://lore.kernel.org/r/20250822121423.228500-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index c0f8c25861a9ddb5bbd256b62c66a645922ca74e..31c99526470d0bb946d498f7546e70c84ed4845b 100644 (file)
 
                gic: interrupt-controller@10400000 {
                        compatible = "arm,gic-v3";
+                       #address-cells = <0>;
                        #interrupt-cells = <4>;
                        interrupt-controller;
                        reg = <0x10400000 0x10000>, /* GICD */