From: Krzysztof Kozlowski Date: Tue, 1 Sep 2020 07:54:07 +0000 (+0200) Subject: ARM: dts: exynos: Remove unneeded address/size cells in Exynos5260 GIC X-Git-Tag: v5.10.7~1320^2~54^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2495ddd2d17c20573463ac9c90ae6a83b79d7aa9;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: exynos: Remove unneeded address/size cells in Exynos5260 GIC The Exynos5260 GIC node does not have any children so remove the address and size cells as they are not needed by DT bindings. The size-cells of '0' were also incorrect. This fixes dtbs_check warning: arch/arm/boot/dts/exynos5260-xyref5260.dt.yaml: interrupt-controller@10481000: #size-cells:0:0: 1 was expected Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20200901075417.22481-4-krzk@kernel.org --- diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi index 9b45e05..973448c 100644 --- a/arch/arm/boot/dts/exynos5260.dtsi +++ b/arch/arm/boot/dts/exynos5260.dtsi @@ -164,8 +164,6 @@ gic: interrupt-controller@10481000 { compatible = "arm,gic-400", "arm,cortex-a15-gic"; #interrupt-cells = <3>; - #address-cells = <0>; - #size-cells = <0>; interrupt-controller; reg = <0x10481000 0x1000>, <0x10482000 0x2000>,