ARM: dts: samsung: exynos5422-odroid: switch sound card to audio-routing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 31 Jul 2023 09:57:28 +0000 (11:57 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 11 Sep 2023 11:36:28 +0000 (13:36 +0200)
"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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/samsung/exynos5422-odroidxu3-audio.dtsi
arch/arm/boot/dts/samsung/exynos5422-odroidxu4.dts

index 86b96f9706db02b49d408bb86f4a6003a75cd40e..52a1d8fd5452e820c79d83c72d94180c2046d603 100644 (file)
                samsung,audio-widgets =
                        "Headphone", "Headphone Jack",
                        "Speakers", "Speakers";
-               samsung,audio-routing =
-                       "Headphone Jack", "HPL",
-                       "Headphone Jack", "HPR",
-                       "Headphone Jack", "MICBIAS",
-                       "IN12", "Headphone Jack",
-                       "Speakers", "SPKL",
-                       "Speakers", "SPKR",
-                       "I2S Playback", "Mixer DAI TX",
-                       "HiFi Playback", "Mixer DAI TX",
-                       "Mixer DAI RX", "HiFi Capture";
+               audio-routing = "Headphone Jack", "HPL",
+                               "Headphone Jack", "HPR",
+                               "Headphone Jack", "MICBIAS",
+                               "IN12", "Headphone Jack",
+                               "Speakers", "SPKL",
+                               "Speakers", "SPKR",
+                               "I2S Playback", "Mixer DAI TX",
+                               "HiFi Playback", "Mixer DAI TX",
+                               "Mixer DAI RX", "HiFi Capture";
 
                cpu {
                        sound-dai = <&i2s0 0>, <&i2s0 1>;
index f5fb617f46bd1746c85a18e5aa45b697d7b6fa3f..363786f032cc284d1f91adad9704ec999f1ad0be 100644 (file)
@@ -35,7 +35,7 @@
                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>;