Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40fdc6b0 authored by Jisheng Zhang's avatar Jisheng Zhang
Browse files

arm64: dts: berlin4ct-dmp: add missing unit name to /memory node



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: default avatarJisheng Zhang <jszhang@marvell.com>
parent c71aa0e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;