Message ID | 20221121213019.324558-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Commit | 73bf63a6300b2fec48b54fe41d1c6d964fb2f33b |
Headers | show |
Series | [1/2] ARM: dts: qcom: msm8974-castor: Fix touchscreen init | expand |
On 21.11.2022 22:30, Luca Weiss wrote: > On some devices a higher delay is needed, otherwise touchscreen probe > fails. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > Two simple patches that have been sitting around in msm8974-mainline > tree for a while. > > .../arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts b/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts > index 36044130a739..2725bd343f3a 100644 > --- a/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts > +++ b/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts > @@ -122,7 +122,7 @@ synaptics@2c { > pinctrl-names = "default"; > pinctrl-0 = <&ts_int_pin>; > > - syna,startup-delay-ms = <10>; > + syna,startup-delay-ms = <100>; > > rmi-f01@1 { > reg = <0x1>;
On Mon, 21 Nov 2022 22:30:19 +0100, Luca Weiss wrote: > On some devices a higher delay is needed, otherwise touchscreen probe > fails. > > Applied, thanks! [1/2] ARM: dts: qcom: msm8974-castor: Fix touchscreen init commit: 73bf63a6300b2fec48b54fe41d1c6d964fb2f33b [2/2] ARM: dts: qcom: msm8974-castor: Enable charging over USB commit: a28146b51a299897090f071ea26071a5ab39d233 Best regards,
diff --git a/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts b/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts index 36044130a739..2725bd343f3a 100644 --- a/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts +++ b/arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts @@ -122,7 +122,7 @@ synaptics@2c { pinctrl-names = "default"; pinctrl-0 = <&ts_int_pin>; - syna,startup-delay-ms = <10>; + syna,startup-delay-ms = <100>; rmi-f01@1 { reg = <0x1>;
On some devices a higher delay is needed, otherwise touchscreen probe fails. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Two simple patches that have been sitting around in msm8974-mainline tree for a while. .../arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)