From: Jisheng Zhang Date: Wed, 28 Sep 2016 19:36:37 +0000 (+0200) Subject: ARM: dts: sony-nsz-gs7: add missing unit name to /memory node X-Git-Tag: v4.9-rc1~76^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9a0af838c202572801dc344294eb0a2875f60ab7;p=karo-tx-linux.git ARM: dts: sony-nsz-gs7: 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/berlin2-sony-nsz-gs7.dts b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts index 3c0907b87fd6..1c475796d17f 100644 --- a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts +++ b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts @@ -49,7 +49,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x40000000>; /* 1 GB */ };