devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
@ 2024-01-24 16:45 Krzysztof Kozlowski
  2024-01-24 16:45 ` [PATCH 2/4] arm64: dts: qcom: sm8550-mtp: " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-24 16:45 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski, stable

WCD9385 audio codec TX port mapping was copied form HDK8450, but in fact
it is offset by one.  Correct it to fix recording via analogue
microphones.

Cc: <stable@vger.kernel.org>
Fixes: 83fae950c992 ("arm64: dts: qcom: sm8550-qrd: add WCD9385 audio-codec")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
index 6c8e206080d2..76e9ca954093 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
@@ -842,7 +842,7 @@ &swr2 {
 	wcd_tx: codec@0,3 {
 		compatible = "sdw20217010d00";
 		reg = <0 3>;
-		qcom,tx-port-mapping = <1 1 2 3>;
+		qcom,tx-port-mapping = <2 2 3 4>;
 	};
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-02-07  4:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 16:45 [PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping Krzysztof Kozlowski
2024-01-24 16:45 ` [PATCH 2/4] arm64: dts: qcom: sm8550-mtp: " Krzysztof Kozlowski
2024-01-24 16:56   ` neil.armstrong
2024-01-25  9:59   ` Konrad Dybcio
2024-01-25 10:43     ` Krzysztof Kozlowski
2024-01-25 10:47       ` Konrad Dybcio
2024-01-25 13:02         ` neil.armstrong
2024-01-25 16:14           ` Konrad Dybcio
2024-01-24 16:45 ` [PATCH 3/4] arm64: dts: qcom: sm8550-qrd: add correct analogue microphones Krzysztof Kozlowski
2024-01-24 16:45 ` [PATCH 4/4] arm64: dts: qcom: sm8550-mtp: " Krzysztof Kozlowski
2024-01-25  9:58 ` [PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping Konrad Dybcio
2024-02-07  4:46 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).