]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: berlin4ct-stb: add missing unit name to /memory node
authorJisheng Zhang <jszhang@marvell.com>
Tue, 6 Sep 2016 08:49:17 +0000 (16:49 +0800)
committerJisheng Zhang <jszhang@marvell.com>
Fri, 25 Nov 2016 09:13:53 +0000 (17:13 +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-stb.dts

index 348c37ecf06999a6d4fa680dda39be6a03e69153..d47edad13e687d9bb3202b74a4cc2aa7ce5b15ec 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>;