OSDN Git Service

arm64: dts: berlin4ct-dmp: add missing unit name to /memory node
authorJisheng Zhang <jszhang@marvell.com>
Tue, 6 Sep 2016 08:51:23 +0000 (16:51 +0800)
committerJisheng Zhang <jszhang@marvell.com>
Fri, 25 Nov 2016 09:14:00 +0000 (17:14 +0800)
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>
arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts

index 0d70d39..fae6c69 100644 (file)
@@ -54,7 +54,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@1000000 {
                device_type = "memory";
                /* the first 16MB is for firmwares' usage */
                reg = <0 0x01000000 0 0x7f000000>;