ARM: dts: sony-nsz-gs7: add missing unit name to /memory node
authorJisheng Zhang <jszhang@marvell.com>
Wed, 28 Sep 2016 19:36:37 +0000 (21:36 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 28 Sep 2016 19:36:37 +0000 (21:36 +0200)
This patch fixes the following DTC warning with W=1:

"Node /memory 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/berlin2-sony-nsz-gs7.dts

index 3c0907b..1c47579 100644 (file)
@@ -49,7 +49,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x40000000>; /* 1 GB */
        };