From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 552F48F5C; Mon, 1 Apr 2024 16:11:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711987917; cv=none; b=U4rk8uAhzjqWZGUUiHYzX5FttNvap/Lolj79OtjOriykm2ATtLZu7TWM1RmXKC1uznVpuygPOGbVaOlYaHHAmy6Izh/OQE5zB0d+772KUGyx3+V47XE0OWmOZWTr2XraW8Y79ZMfu+uO/DEN08qPUCfD1im0zdjeRMjlklIVuKo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711987917; c=relaxed/simple; bh=Dw/c2c0QPAWR43TytAokkKf3206xhUMkpSuuGzE4DMo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=otbVYKfkKD3eYFDTFzv9lZ5xjsm/aZMKuQCEyNeHS+J+krEP+mePuoLXpkgZSK5vbt4sOFIjl5A0lUYtHLG4TYmrWV3HG20l6jFieEzKf9k6PbBufJjZJ1J4RR17vQLuo+Y8fojQM1zi1wFP5tFOryV78Jz4ohFZR5YhnSQEG1Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qU0Y3Rzl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qU0Y3Rzl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73DC2C433F1; Mon, 1 Apr 2024 16:11:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1711987916; bh=Dw/c2c0QPAWR43TytAokkKf3206xhUMkpSuuGzE4DMo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qU0Y3Rzly79vGFXvo4Tpq99mXSMd1Dc6Z1aDlfloRBFyOz/WBQ8SfsJaj1o2YL6L8 2aR+9xJ2EfXQi9vtEwqFTRozuwy0u4vGgviB/m1TZA9RB8Io9FtfVmYbPXalg98DD8 Jfoj32xAbrz6ZBjA4Xmo0wySueFW3cb3bs97ZCck= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Neil Armstrong , Konrad Dybcio , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.7 029/432] arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping Date: Mon, 1 Apr 2024 17:40:16 +0200 Message-ID: <20240401152554.001619544@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240401152553.125349965@linuxfoundation.org> References: <20240401152553.125349965@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.7-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski [ Upstream commit b66966b1bbc0aa58f7af83cbd56d5a206892857c ] 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. The change is based on QRD8550 and should be correct here as well, but was not tested on MTP8550. Cc: stable@vger.kernel.org Fixes: a541667c86a9 ("arm64: dts: qcom: sm8550-mtp: add WCD9385 audio-codec") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Neil Armstrong Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240124164505.293202-2-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts index 9a70875028b7e..3098bb6b93d67 100644 --- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts @@ -745,7 +745,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.43.0