devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: qcom: sm8350: fix pinctrl for UART18
@ 2023-08-25 21:45 Dmitry Baryshkov
  2023-08-25 21:45 ` [PATCH 2/3] arm64: dts: qcom: sm8350-hdk: add missing PMICs Dmitry Baryshkov
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2023-08-25 21:45 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

On sm8350 QUP18 uses GPIO 68/69, not 58/59. Fix correponding UART18
pinconf configuraion.

Fixes: 98374e6925b8 ("arm64: dts: qcom: sm8350: Set up WRAP2 QUPs")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index b9469d488b26..0fb4e5a66420 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -2949,7 +2949,7 @@ qup_uart6_default: qup-uart6-default-state {
 			};
 
 			qup_uart18_default: qup-uart18-default-state {
-				pins = "gpio58", "gpio59";
+				pins = "gpio68", "gpio69";
 				function = "qup18";
 				drive-strength = <2>;
 				bias-disable;
-- 
2.39.2


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

end of thread, other threads:[~2023-09-20  3:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 21:45 [PATCH 1/3] arm64: dts: qcom: sm8350: fix pinctrl for UART18 Dmitry Baryshkov
2023-08-25 21:45 ` [PATCH 2/3] arm64: dts: qcom: sm8350-hdk: add missing PMICs Dmitry Baryshkov
2023-08-25 21:50   ` Konrad Dybcio
2023-08-25 21:45 ` [PATCH 3/3] arm64: dts: qcom: sm8350-hdk: add pmr735a regulators Dmitry Baryshkov
2023-08-26  9:03   ` Konrad Dybcio
2023-08-25 21:50 ` [PATCH 1/3] arm64: dts: qcom: sm8350: fix pinctrl for UART18 Konrad Dybcio
2023-09-20  3:58 ` (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).