Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3459e05a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman
Browse files

arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias



[ Upstream commit 9bce41fab14da8f21027dc9847535ef5e22cbe8b ]

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

Fixes: 79e7739f ("arm64: dts: qcom: sdm845-cheza: add initial cheza dt")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221010114417.29859-3-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 6a242778
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1310,7 +1310,7 @@ ap_ts_i2c: &i2c14 {
		config {
			pins = "gpio126";
			function = "gpio";
			bias-no-pull;
			bias-disable;
			drive-strength = <2>;
			output-low;
		};
@@ -1320,7 +1320,7 @@ ap_ts_i2c: &i2c14 {
		config {
			pins = "gpio126";
			function = "gpio";
			bias-no-pull;
			bias-disable;
			drive-strength = <2>;
			output-high;
		};