]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: monaco: Fix UART10 pinconf
authorLoic Poulain <loic.poulain@oss.qualcomm.com>
Mon, 2 Feb 2026 15:56:11 +0000 (16:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Apr 2026 11:30:34 +0000 (13:30 +0200)
[ Upstream commit 5b2a16ab0dbd090dc545c05ee79a077cc7a9c1e0 ]

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>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260202155611.1568-1-loic.poulain@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/monaco.dtsi

index 816fa2af8a9a663b8ad176f93d2f18284a08c3d1..f74045be624200a499fe5a5816e48040ef585493 100644 (file)
                        };
 
                        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";
                        };