Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun5i: 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 <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>

+4 -4
+1 -1
arch/arm/boot/dts/sun5i-a10s.dtsi
··· 74 74 allwinner,pipelines = <&fe0>; 75 75 }; 76 76 77 - soc@1c00000 { 77 + soc { 78 78 hdmi: hdmi@1c16000 { 79 79 compatible = "allwinner,sun5i-a10s-hdmi"; 80 80 reg = <0x01c16000 0x1000>;
+1 -1
arch/arm/boot/dts/sun5i-a13.dtsi
··· 86 86 allwinner,pipelines = <&fe0>; 87 87 }; 88 88 89 - soc@1c00000 { 89 + soc { 90 90 pwm: pwm@1c20e00 { 91 91 compatible = "allwinner,sun5i-a13-pwm"; 92 92 reg = <0x01c20e00 0xc>;
+1 -1
arch/arm/boot/dts/sun5i-gr8.dtsi
··· 54 54 allwinner,pipelines = <&fe0>; 55 55 }; 56 56 57 - soc@1c00000 { 57 + soc { 58 58 pwm: pwm@1c20e00 { 59 59 compatible = "allwinner,sun5i-a10s-pwm"; 60 60 reg = <0x01c20e00 0xc>;
+1 -1
arch/arm/boot/dts/sun5i.dtsi
··· 123 123 }; 124 124 }; 125 125 126 - soc@1c00000 { 126 + soc { 127 127 compatible = "simple-bus"; 128 128 #address-cells = <1>; 129 129 #size-cells = <1>;