ARM: dts: sun5i: Remove SoC node unit-name to avoid warnings
authorMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 7 Sep 2018 14:42:42 +0000 (16:42 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 10:35:59 +0000 (11:35 +0100)
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>
arch/arm/boot/dts/sun5i-a10s.dtsi
arch/arm/boot/dts/sun5i-a13.dtsi
arch/arm/boot/dts/sun5i-gr8.dtsi
arch/arm/boot/dts/sun5i.dtsi

index 0c0c5e08520f12dd215a1b538cc90c58edf002c8..a2d0ceacf00ec733afbf44a81144f1b3eb8cb43e 100644 (file)
@@ -74,7 +74,7 @@
                allwinner,pipelines = <&fe0>;
        };
 
-       soc@1c00000 {
+       soc {
                hdmi: hdmi@1c16000 {
                        compatible = "allwinner,sun5i-a10s-hdmi";
                        reg = <0x01c16000 0x1000>;
index a75ca4504a75ebe2d93347c2210a1e7eb62691df..ee99f6f23f173cc8a6cd3a18a51b05a5d49d2f60 100644 (file)
@@ -86,7 +86,7 @@
                allwinner,pipelines = <&fe0>;
        };
 
-       soc@1c00000 {
+       soc {
                pwm: pwm@1c20e00 {
                        compatible = "allwinner,sun5i-a13-pwm";
                        reg = <0x01c20e00 0xc>;
index ef0b7446a99d1113e9baa797d689c4950177743d..d3eea4cfe442b1e7020941d018ac40547bcc16f4 100644 (file)
@@ -54,7 +54,7 @@
                allwinner,pipelines = <&fe0>;
        };
 
-       soc@1c00000 {
+       soc {
                pwm: pwm@1c20e00 {
                        compatible = "allwinner,sun5i-a10s-pwm";
                        reg = <0x01c20e00 0xc>;
index b01047f1ec5b32f4bd650d2a68e89924348e2034..5085b658d21653edbf3e77f14e50cd7e62e7e337 100644 (file)
                };
        };
 
-       soc@1c00000 {
+       soc {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;