From: Maxime Ripard Date: Thu, 5 Oct 2017 10:49:44 +0000 (+0200) Subject: ARM: dts: sun4i: Remove SoC node unit-name to avoid warnings X-Git-Tag: v4.19~2159^2~6^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39f8a71b6e510b2a745d07d1d8cd0ddcc33f60e5;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: sun4i: 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. Acked-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 9671ac7..2102395 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -184,7 +184,7 @@ }; }; - soc@1c00000 { + soc { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;