From: Jisheng Zhang Date: Tue, 6 Sep 2016 08:40:07 +0000 (+0800) Subject: ARM: dts: berlin2q: Add missing unit name to /soc node X-Git-Tag: v4.9-rc1~76^2^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=32473612f83a1807d26a019a3b0532ce22f81838;p=karo-tx-linux.git ARM: dts: berlin2q: Add missing unit name to /soc node This patch fixes the following DTC warning with W=1: "Node /soc 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/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi index 464a52853cba..e548229697fc 100644 --- a/arch/arm/boot/dts/berlin2q.dtsi +++ b/arch/arm/boot/dts/berlin2q.dtsi @@ -99,7 +99,7 @@ clock-frequency = <25000000>; }; - soc { + soc@f7000000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;