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

index 33b2875..f485308 100644 (file)
@@ -43,7 +43,7 @@
        model = "Marvell BG2-Q DMP";
        compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x80000000>;
        };