ARM: dts: RealView: Fix the name of the SoC node
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 6 Feb 2020 21:04:29 +0000 (22:04 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Mar 2020 14:30:40 +0000 (15:30 +0100)
Drop the surplus @0 on the soc node making the devicetree
conform strictly to the schema.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm-realview-pbx.dtsi

index 09f3f544f3a73eb81e33acce2e0fb4e3c7f5efbf..f61bd59ae5bae2927388d7ff95380c4664594989 100644 (file)
                };
        };
 
-       soc: soc@0 {
+       soc: soc {
                compatible = "arm,realview-pbx-soc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;