From: Jisheng Zhang Date: Tue, 6 Sep 2016 08:40:11 +0000 (+0800) Subject: ARM: dts: chromecast: add missing unit name to /memory node X-Git-Tag: v4.9-rc1~76^2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f415c5e3d04ee61ef15d52da952929ed21c2bd7f;p=karo-tx-linux.git ARM: dts: chromecast: 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 Signed-off-by: Sebastian Hesselbarth --- diff --git a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts index 8ba8b50ce997..ca24def0ce13 100644 --- a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts +++ b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts @@ -50,7 +50,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x20000000>; /* 512 MB */ };