]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fsd: Add default GIC address cells
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 22 Aug 2025 12:14:26 +0000 (14:14 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 30 Aug 2025 09:00:47 +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-7-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/tesla/fsd.dtsi

index a5ebb3f9b18fa19e074399599c41b9c2f9243141..5b06e2667b894a5d62f429ccc8e1e9b6f8031f34 100644 (file)
 
                gic: interrupt-controller@10400000 {
                        compatible = "arm,gic-v3";
+                       #address-cells = <0>;
                        #interrupt-cells = <3>;
                        interrupt-controller;
                        reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */