Commit 2495ddd2 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200901075417.22481-4-krzk@kernel.org
parent 1fa7c1ac
...@@ -164,8 +164,6 @@ clock_disp: clock-controller@14550000 { ...@@ -164,8 +164,6 @@ clock_disp: clock-controller@14550000 {
gic: interrupt-controller@10481000 { gic: interrupt-controller@10481000 {
compatible = "arm,gic-400", "arm,cortex-a15-gic"; compatible = "arm,gic-400", "arm,cortex-a15-gic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
#address-cells = <0>;
#size-cells = <0>;
interrupt-controller; interrupt-controller;
reg = <0x10481000 0x1000>, reg = <0x10481000 0x1000>,
<0x10482000 0x2000>, <0x10482000 0x2000>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment