Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c151f684 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman
Browse files

ARM: dts: s5pv210: remove dedicated 'audio-subsystem' node



[ Upstream commit 6c17a2974abf68a58517f75741b15c4aba42b4b8 ]

The 'audio-subsystem' node is an artificial creation, not representing
real hardware.  The hardware is described by its nodes - AUDSS clock
controller and I2S0.

Remove the 'audio-subsystem' node along with its undocumented compatible
to fix dtbs_check warnings like:

  audio-subsystem: $nodename:0: 'audio-subsystem' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarJonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/20200907161141.31034-9-krzk@kernel.org


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 5addcbe6
Loading
Loading
Loading
Loading
+29 −36
Original line number Diff line number Diff line
@@ -217,12 +217,6 @@
			status = "disabled";
		};

		audio-subsystem {
			compatible = "samsung,s5pv210-audss", "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;

		clk_audss: clock-controller@eee10000 {
			compatible = "samsung,s5pv210-audss-clock";
			reg = <0xeee10000 0x1000>;
@@ -254,7 +248,6 @@
			#sound-dai-cells = <0>;
			status = "disabled";
		};
		};

		i2s1: i2s@e2100000 {
			compatible = "samsung,s3c6410-i2s";