ARM: dts: sun8i: a23/a33: 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>
This commit is contained in:
Maxime Ripard 2018-11-21 09:40:48 +01:00
parent 7ece96910c
commit cce55d8c2b
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ ext_osc32k: ext_osc32k_clk {
};
};
soc@1c00000 {
soc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View 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";

View File

@ -223,7 +223,7 @@ link_codec: simple-audio-card,codec {
};
};
soc@1c00000 {
soc {
tcon0: lcd-controller@1c0c000 {
compatible = "allwinner,sun8i-a33-tcon";
reg = <0x01c0c000 0x1000>;