From: Maxime Ripard Date: Wed, 21 Nov 2018 08:40:48 +0000 (+0100) Subject: ARM: dts: sun7i: Remove SoC node unit-name to avoid warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a8a50ad6c3306a424908c6d65a84368ca3d5791;p=linux.git ARM: dts: sun7i: Remove SoC node unit-name to avoid warnings Our main node for all the in-SoC controllers used to have a unit name. The unit-name, in addition to being actually false, would not match any reg property, which generates a warning. Remove it in order to remove those warnings. Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai --- diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 3ed0575ed301e..2a88ff58fee41 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -258,7 +258,7 @@ status = "disabled"; }; - soc@1c00000 { + soc { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;