ARM: dts: berlin2cd: Add missing unit name to /soc node
authorJisheng Zhang <jszhang@marvell.com>
Tue, 6 Sep 2016 08:40:08 +0000 (16:40 +0800)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 28 Sep 2016 19:31:11 +0000 (21:31 +0200)
This patch fixes the following DTC warning with W=1:

"Node /soc has a reg or ranges property, but no unit name"

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/boot/dts/berlin2cd.dtsi

index d2bf390..4fe1574 100644 (file)
@@ -79,7 +79,7 @@
                clock-frequency = <25000000>;
        };
 
-       soc {
+       soc@f7000000 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;