From: Jisheng Zhang Date: Tue, 6 Sep 2016 08:51:23 +0000 (+0800) Subject: arm64: dts: berlin4ct-dmp: add missing unit name to /memory node X-Git-Tag: v4.10-rc1~81^2~2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=40fdc6b0d2b96cac46be51eb41042a715047b791;p=karo-tx-linux.git 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: Jisheng Zhang --- diff --git a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts index 0d70d39fa8d2..fae6c6924705 100644 --- a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts +++ b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts @@ -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>;