Unverified Commit cce55d8c authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 7ece9691
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
		};
	};

	soc@1c00000 {
	soc {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
#include "sun8i-a23-a33.dtsi"

/ {
	soc@1c00000 {
	soc {
		codec: codec@1c22c00 {
			#sound-dai-cells = <0>;
			compatible = "allwinner,sun8i-a23-codec";
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@
		};
	};

	soc@1c00000 {
	soc {
		tcon0: lcd-controller@1c0c000 {
			compatible = "allwinner,sun8i-a33-tcon";
			reg = <0x01c0c000 0x1000>;