Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: fsd: Add default GIC address cells

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>

+1
+1
arch/arm64/boot/dts/tesla/fsd.dtsi
··· 363 363 364 364 gic: interrupt-controller@10400000 { 365 365 compatible = "arm,gic-v3"; 366 + #address-cells = <0>; 366 367 #interrupt-cells = <3>; 367 368 interrupt-controller; 368 369 reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */