Message ID | 20220805092317.4985-5-johan+linaro@kernel.org |
---|---|
State | Accepted |
Commit | e11978de1e606b8eafe553dac1282a292f527b4e |
Headers | show |
Series | arm64: dts: qcom: sc8280xp: HID wakeup sources and alt. touchpad | expand |
On Fri, Aug 05, 2022 at 11:23:14AM +0200, Johan Hovold wrote: > The (optional) touchscreen interrupt line has an external pull-up so > disable the internal one as is done for the keyboard and touchpad. > > Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Thanks, Mani > --- > arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts > index 562b4458e039..85efce641a4e 100644 > --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts > +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts > @@ -363,7 +363,7 @@ ts0_default: ts0-default-state { > int-n { > pins = "gpio175"; > function = "gpio"; > - bias-pull-up; > + bias-disable; > }; > > reset-n { > -- > 2.35.1 >
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts index 562b4458e039..85efce641a4e 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -363,7 +363,7 @@ ts0_default: ts0-default-state { int-n { pins = "gpio175"; function = "gpio"; - bias-pull-up; + bias-disable; }; reset-n {
The (optional) touchscreen interrupt line has an external pull-up so disable the internal one as is done for the keyboard and touchpad. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)