diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2024-05-07 16:48:20 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-06-07 20:01:09 +0200 |
commit | 9c8488b0f257a82962de3ef6e5981cf01a40486e (patch) | |
tree | 7df804d347e31bd1e1cb4aaeb6884429cadc00c2 /arch | |
parent | arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on (diff) | |
download | linux-9c8488b0f257a82962de3ef6e5981cf01a40486e.tar.xz linux-9c8488b0f257a82962de3ef6e5981cf01a40486e.zip |
arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset
The touch controller reset line is currently not described by the
devicetree except in the pin configuration which is used to deassert
reset.
As the reset line has an external pull up to an always-on rail there is
no need to drive the pin high so just leave it configured as an input
and disable the internal pull down.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240507144821.12275-7-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts index 41215567b3ae..372b35fb844f 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts @@ -977,8 +977,7 @@ reset-n-pins { pins = "gpio99"; function = "gpio"; - output-high; - drive-strength = <16>; + bias-disable; }; }; |