From: Jisheng Zhang Date: Tue, 6 Sep 2016 08:49:17 +0000 (+0800) Subject: arm64: dts: berlin4ct-stb: add missing unit name to /memory node X-Git-Tag: v4.10-rc1~81^2~2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c71aa0e200204cd389c7c93921fbe2146a1ef2fd;p=karo-tx-linux.git arm64: dts: berlin4ct-stb: 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-stb.dts b/arch/arm64/boot/dts/marvell/berlin4ct-stb.dts index 348c37ecf069..d47edad13e68 100644 --- a/arch/arm64/boot/dts/marvell/berlin4ct-stb.dts +++ b/arch/arm64/boot/dts/marvell/berlin4ct-stb.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>;