Commit d6b7baed authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 3fb5ff69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
		allwinner,pipelines = <&fe0>;
	};

	soc@1c00000 {
	soc {
		hdmi: hdmi@1c16000 {
			compatible = "allwinner,sun5i-a10s-hdmi";
			reg = <0x01c16000 0x1000>;
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
		allwinner,pipelines = <&fe0>;
	};

	soc@1c00000 {
	soc {
		pwm: pwm@1c20e00 {
			compatible = "allwinner,sun5i-a13-pwm";
			reg = <0x01c20e00 0xc>;
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
		allwinner,pipelines = <&fe0>;
	};

	soc@1c00000 {
	soc {
		pwm: pwm@1c20e00 {
			compatible = "allwinner,sun5i-a10s-pwm";
			reg = <0x01c20e00 0xc>;
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
		};
	};

	soc@1c00000 {
	soc {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <1>;