ARM: dts: samsung: exynos4212-tab3: 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-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2023-07-31 11:57:24 +02:00
parent 0bb80ecc33
commit fc730f1702

View File

@ -300,34 +300,33 @@ sound: sound {
mic-bias-supply = <&mic_bias_reg>;
submic-bias-supply = <&submic_bias_reg>;
samsung,audio-routing =
"HP", "HPOUT1L",
"HP", "HPOUT1R",
audio-routing = "HP", "HPOUT1L",
"HP", "HPOUT1R",
"SPK", "SPKOUTLN",
"SPK", "SPKOUTLP",
"SPK", "SPKOUTRN",
"SPK", "SPKOUTRP",
"SPK", "SPKOUTLN",
"SPK", "SPKOUTLP",
"SPK", "SPKOUTRN",
"SPK", "SPKOUTRP",
"RCV", "HPOUT2N",
"RCV", "HPOUT2P",
"RCV", "HPOUT2N",
"RCV", "HPOUT2P",
"LINE", "LINEOUT2N",
"LINE", "LINEOUT2P",
"LINE", "LINEOUT2N",
"LINE", "LINEOUT2P",
"HDMI", "LINEOUT1N",
"HDMI", "LINEOUT1P",
"HDMI", "LINEOUT1N",
"HDMI", "LINEOUT1P",
"IN2LP:VXRN", "MICBIAS1",
"IN2LN", "MICBIAS1",
"Main Mic", "MICBIAS1",
"IN2LP:VXRN", "MICBIAS1",
"IN2LN", "MICBIAS1",
"Main Mic", "MICBIAS1",
"IN1RP", "MICBIAS2",
"IN1RN", "MICBIAS2",
"Sub Mic", "MICBIAS2",
"IN1RP", "MICBIAS2",
"IN1RN", "MICBIAS2",
"Sub Mic", "MICBIAS2",
"IN1LP", "Headset Mic",
"IN1LN", "Headset Mic";
"IN1LP", "Headset Mic",
"IN1LN", "Headset Mic";
cpu {
sound-dai = <&i2s0 0>;