Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf
@ 2026-02-02 15:56 Loic Poulain
  2026-02-02 19:18 ` Dmitry Baryshkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Loic Poulain @ 2026-02-02 15:56 UTC (permalink / raw)
  To: andersson, konradybcio, robh, krzk+dt, conor+dt
  Cc: linux-arm-msm, devicetree, quic_vdadhani, quic_msavaliy,
	Loic Poulain

UART10 RTS and TX pins were incorrectly mapped to gpio84 and gpio85.
Correct them to gpio85 (RTS) and gpio86 (TX) to match the hardware
I/O mapping.

Fixes: 467284a3097f ("arm64: dts: qcom: qcs8300: Add QUPv3 configuration")
Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/monaco.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/monaco.dtsi b/arch/arm64/boot/dts/qcom/monaco.dtsi
index 5d2df4305d1c..dbb2273b0ee8 100644
--- a/arch/arm64/boot/dts/qcom/monaco.dtsi
+++ b/arch/arm64/boot/dts/qcom/monaco.dtsi
@@ -6414,12 +6414,12 @@ qup_uart10_cts: qup-uart10-cts-state {
 			};
 
 			qup_uart10_rts: qup-uart10-rts-state {
-				pins = "gpio84";
+				pins = "gpio85";
 				function = "qup1_se2";
 			};
 
 			qup_uart10_tx: qup-uart10-tx-state {
-				pins = "gpio85";
+				pins = "gpio86";
 				function = "qup1_se2";
 			};
 
-- 
2.34.1


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

* Re: [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf
  2026-02-02 15:56 [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf Loic Poulain
@ 2026-02-02 19:18 ` Dmitry Baryshkov
  2026-02-03  8:59 ` Konrad Dybcio
  2026-03-10  2:45 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-02-02 19:18 UTC (permalink / raw)
  To: Loic Poulain
  Cc: andersson, konradybcio, robh, krzk+dt, conor+dt, linux-arm-msm,
	devicetree, quic_vdadhani, quic_msavaliy

On Mon, Feb 02, 2026 at 04:56:11PM +0100, Loic Poulain wrote:
> UART10 RTS and TX pins were incorrectly mapped to gpio84 and gpio85.
> Correct them to gpio85 (RTS) and gpio86 (TX) to match the hardware
> I/O mapping.
> 
> Fixes: 467284a3097f ("arm64: dts: qcom: qcs8300: Add QUPv3 configuration")
> Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/monaco.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

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

* Re: [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf
  2026-02-02 15:56 [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf Loic Poulain
  2026-02-02 19:18 ` Dmitry Baryshkov
@ 2026-02-03  8:59 ` Konrad Dybcio
  2026-03-10  2:45 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2026-02-03  8:59 UTC (permalink / raw)
  To: Loic Poulain, andersson, konradybcio, robh, krzk+dt, conor+dt
  Cc: linux-arm-msm, devicetree, quic_vdadhani, quic_msavaliy

On 2/2/26 4:56 PM, Loic Poulain wrote:
> UART10 RTS and TX pins were incorrectly mapped to gpio84 and gpio85.
> Correct them to gpio85 (RTS) and gpio86 (TX) to match the hardware
> I/O mapping.
> 
> Fixes: 467284a3097f ("arm64: dts: qcom: qcs8300: Add QUPv3 configuration")
> Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

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

* Re: [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf
  2026-02-02 15:56 [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf Loic Poulain
  2026-02-02 19:18 ` Dmitry Baryshkov
  2026-02-03  8:59 ` Konrad Dybcio
@ 2026-03-10  2:45 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-03-10  2:45 UTC (permalink / raw)
  To: konradybcio, robh, krzk+dt, conor+dt, Loic Poulain
  Cc: linux-arm-msm, devicetree, quic_vdadhani, quic_msavaliy


On Mon, 02 Feb 2026 16:56:11 +0100, Loic Poulain wrote:
> UART10 RTS and TX pins were incorrectly mapped to gpio84 and gpio85.
> Correct them to gpio85 (RTS) and gpio86 (TX) to match the hardware
> I/O mapping.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: monaco: Fix UART10 pinconf
      commit: 5b2a16ab0dbd090dc545c05ee79a077cc7a9c1e0

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

end of thread, other threads:[~2026-03-10  2:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 15:56 [PATCH] arm64: dts: qcom: monaco: Fix UART10 pinconf Loic Poulain
2026-02-02 19:18 ` Dmitry Baryshkov
2026-02-03  8:59 ` Konrad Dybcio
2026-03-10  2:45 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox