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: rel_imx_4.19.35_1.1.0~13987^2^2~1 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f415c5e3d04ee61ef15d52da952929ed21c2bd7f;p=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 */ };