Skip to content

Commit 4179ae9

Browse files
committed
arm64: dts: exynos: exynos5433-tm2: 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-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent f2951ee commit 4179ae9

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,18 @@
124124
audio-amplifier = <&max98504>;
125125
mic-bias-gpios = <&gpr3 2 GPIO_ACTIVE_HIGH>;
126126
model = "wm5110";
127-
samsung,audio-routing =
128-
/* Headphone */
129-
"HP", "HPOUT1L",
130-
"HP", "HPOUT1R",
131-
132-
/* Speaker */
133-
"SPK", "SPKOUT",
134-
"SPKOUT", "HPOUT2L",
135-
"SPKOUT", "HPOUT2R",
136-
137-
/* Receiver */
138-
"RCV", "HPOUT3L",
139-
"RCV", "HPOUT3R";
127+
audio-routing = /* Headphone */
128+
"HP", "HPOUT1L",
129+
"HP", "HPOUT1R",
130+
131+
/* Speaker */
132+
"SPK", "SPKOUT",
133+
"SPKOUT", "HPOUT2L",
134+
"SPKOUT", "HPOUT2R",
135+
136+
/* Receiver */
137+
"RCV", "HPOUT3L",
138+
"RCV", "HPOUT3R";
140139
};
141140
};
142141

0 commit comments

Comments
 (0)