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

arm64: dts: google: gs101: 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-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1
+1
arch/arm64/boot/dts/exynos/google/gs101.dtsi
··· 341 341 342 342 gic: interrupt-controller@10400000 { 343 343 compatible = "arm,gic-v3"; 344 + #address-cells = <0>; 344 345 #interrupt-cells = <4>; 345 346 interrupt-controller; 346 347 reg = <0x10400000 0x10000>, /* GICD */