ARM: dts: chromecast: add missing unit name to /memory node
authorJisheng Zhang <jszhang@marvell.com>
Tue, 6 Sep 2016 08:40:11 +0000 (16:40 +0800)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 28 Sep 2016 19:31:26 +0000 (21:31 +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/berlin2cd-google-chromecast.dts

index 8ba8b50..ca24def 100644 (file)
@@ -50,7 +50,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x20000000>; /* 512 MB */
        };