Commit c670e7c8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: samsung: exynos5422-odroid: switch sound card to audio-routing

"samsung,audio-routing" property is being deprecated, so switch to
generic "audio-routing".

Link: https://lore.kernel.org/r/20230731095730.204567-6-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent f632a437
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@ sound: sound {
		samsung,audio-widgets =
			"Headphone", "Headphone Jack",
			"Speakers", "Speakers";
		samsung,audio-routing =
			"Headphone Jack", "HPL",
		audio-routing = "Headphone Jack", "HPL",
				"Headphone Jack", "HPR",
				"Headphone Jack", "MICBIAS",
				"IN12", "Headphone Jack",
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ sound: sound {
		compatible = "samsung,odroid-xu3-audio";
		model = "Odroid-XU4";

		samsung,audio-routing = "I2S Playback", "Mixer DAI TX";
		audio-routing = "I2S Playback", "Mixer DAI TX";

		cpu {
			sound-dai = <&i2s0 0>, <&i2s0 1>;