From: Krzysztof Kozlowski Date: Tue, 11 Oct 2022 19:02:28 +0000 (-0400) Subject: arm64: dts: qcom: sdm630: add UART pin functions X-Git-Tag: v6.2-rc1~204^2~16^2~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=804ec4dad48c4fc7844c66b5febe9dbc6198f8b5;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: sdm630: add UART pin functions Configure UART1 and UART2 pins to respective functions in default state, otherwise the pins might stay as GPIOs. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20221011190231.76784-1-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi index a6de40f06baca..ef48eb12a3844 100644 --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -723,6 +723,7 @@ blsp1_uart1_default: blsp1-uart1-default { pins = "gpio0", "gpio1", "gpio2", "gpio3"; + function = "blsp_uart1"; drive-strength = <2>; bias-disable; }; @@ -735,6 +736,7 @@ blsp1_uart2_default: blsp1-uart2-default { pins = "gpio4", "gpio5"; + function = "blsp_uart2"; drive-strength = <2>; bias-disable; };