Skip to content

Commit

Permalink
arm64: dts: qcom: sdm630: fix UART1 pin bias
Browse files Browse the repository at this point in the history
[ Upstream commit 780f836 ]

There is no "bias-no-pull" property.  Assume intentions were disabling
bias.

Fixes: b190fb0 ("arm64: dts: qcom: sdm630: Add sdm630 dts file")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221010114417.29859-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Dec 31, 2022
1 parent 40713b3 commit 0094e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sdm630.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
pins = "gpio17", "gpio18", "gpio19";
function = "gpio";
drive-strength = <2>;
bias-no-pull;
bias-disable;
};
};

Expand Down

0 comments on commit 0094e48

Please sign in to comment.