ARM: dts: sun8i: a23/a33: Remove SoC node unit-name to avoid warnings
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 21 Nov 2018 08:40:48 +0000 (09:40 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 14:14:16 +0000 (15:14 +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/sun8i-a23-a33.dtsi
arch/arm/boot/dts/sun8i-a23.dtsi
arch/arm/boot/dts/sun8i-a33.dtsi

index a198894a33fd14eb79104588ce5e34f7607c56b7..bd8d9e7afcdf0a29b0e496a10750ef4eeab2d9e5 100644 (file)
                };
        };
 
-       soc@1c00000 {
+       soc {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
index 7751c43fc806b756ad56133b247d3570d60826bb..d00055e9eef56c2e0ebe1fb430fbfb7621013992 100644 (file)
@@ -45,7 +45,7 @@
 #include "sun8i-a23-a33.dtsi"
 
 / {
-       soc@1c00000 {
+       soc {
                codec: codec@1c22c00 {
                        #sound-dai-cells = <0>;
                        compatible = "allwinner,sun8i-a23-codec";
index 163c3ff7f6704f116114810ad2a5ba676b4ad924..17d725bd6654b5b26ed3f865be1845aee2e29d21 100644 (file)
                };
        };
 
-       soc@1c00000 {
+       soc {
                tcon0: lcd-controller@1c0c000 {
                        compatible = "allwinner,sun8i-a33-tcon";
                        reg = <0x01c0c000 0x1000>;