From: Maxime Ripard Date: Wed, 21 Nov 2018 08:40:48 +0000 (+0100) Subject: ARM: dts: sun6i: Remove SoC node unit-name to avoid warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b7e882d30653dd7cf971bdd7de168e23bf6fe68;p=linux.git ARM: dts: sun6i: 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/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 297055ffafff3..5355213f73b9e 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -263,7 +263,7 @@ status = "disabled"; }; - soc@1c00000 { + soc { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;