Message ID | 20240130202755.2289952-5-jenneron@postmarketos.org (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | Device-tree improvements for Lenovo Flex/Yoga 5G laptop | expand |
On 30.01.2024 21:27, Anton Bambura wrote: > This solves the issue when touchpad gets stuck on right or middle > click. This also makes touchpad working smoother. > > Signed-off-by: Anton Bambura <jenneron@postmarketos.org> > --- You mean to 1 MHz? Konrad
diff --git a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts index 8e8e1fca11c0..a8816ff0ba51 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts +++ b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts @@ -392,7 +392,7 @@ touchscreen@10 { }; &i2c7 { - clock-frequency = <100000>; + clock-frequency = <1000000>; pinctrl-0 = <&i2c7_active>, <&i2c7_hid_active>; pinctrl-names = "default";
This solves the issue when touchpad gets stuck on right or middle click. This also makes touchpad working smoother. Signed-off-by: Anton Bambura <jenneron@postmarketos.org> --- arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)