Message ID | 20230731095730.204567-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/8] arm64: dts: exynos: exynos5433-tm2: switch sound card to audio-routing | expand |
On Mon, 31 Jul 2023 11:57:23 +0200, Krzysztof Kozlowski wrote: > "samsung,audio-routing" property is being deprecated, so switch to > generic "audio-routing". > > Applied, thanks! [1/8] arm64: dts: exynos: exynos5433-tm2: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/4179ae98fd525f2895ac726fcd433e730c5e8727 [2/8] ARM: dts: samsung: exynos4212-tab3: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/fc730f1702e2a5de9ad52f98189460c0d7d75916 [3/8] ARM: dts: samsung: exynos4412-galaxy-s3: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/a1116f96688c7e2d210635ec7cb631473d8ef653 [4/8] ARM: dts: samsung: exynos4412-n710x: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/1222d604dbbbe54a9e9d5811d46f0680cc9972ce [5/8] ARM: dts: samsung: exynos4412-odroid: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/f632a4376134722cb16c78d819505aedd9c0d8e3 [6/8] ARM: dts: samsung: exynos5422-odroid: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/c670e7c8f72f68b4fc20eb85fa6101b5ce108515 [7/8] ARM: dts: samsung: s5pv210-fascinate4g: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/04e08772a1ffa0620fbf89dfaed3a7aef724c739 [8/8] ARM: dts: samsung: s5pv210-galaxys: switch sound card to audio-routing https://git.kernel.org/krzk/linux/c/8edc16a1e27a941670907a94d15dbf7f68fbf8c7 Best regards,
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index d163891cd399..2a4dc560252e 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi @@ -124,19 +124,18 @@ sound { audio-amplifier = <&max98504>; mic-bias-gpios = <&gpr3 2 GPIO_ACTIVE_HIGH>; model = "wm5110"; - samsung,audio-routing = - /* Headphone */ - "HP", "HPOUT1L", - "HP", "HPOUT1R", + audio-routing = /* Headphone */ + "HP", "HPOUT1L", + "HP", "HPOUT1R", - /* Speaker */ - "SPK", "SPKOUT", - "SPKOUT", "HPOUT2L", - "SPKOUT", "HPOUT2R", + /* Speaker */ + "SPK", "SPKOUT", + "SPKOUT", "HPOUT2L", + "SPKOUT", "HPOUT2R", - /* Receiver */ - "RCV", "HPOUT3L", - "RCV", "HPOUT3R"; + /* Receiver */ + "RCV", "HPOUT3L", + "RCV", "HPOUT3R"; }; };
"samsung,audio-routing" property is being deprecated, so switch to generic "audio-routing". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Change depends on ASoC: https://lore.kernel.org/linux-devicetree/20230731094303.185067-1-krzysztof.kozlowski@linaro.org/T/#t --- .../dts/exynos/exynos5433-tm2-common.dtsi | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-)