diff options
author | Anton Bambura <[email protected]> | 2024-02-03 21:11:59 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-03-17 21:44:53 -0500 |
commit | 46c2f36e76a018c269d236ec1a1cca03fe5bb47b (patch) | |
tree | 36e4e4f6ac616c251a45baf66a4f7a132c6c4644 | |
parent | 0d76ffe33e5eb5b0a7bd09e4fa8a72f7f4cfbc0d (diff) |
arm64: dts: qcom: sc8180x-lenovo-flex-5g: set touchpad i2c frequency to 1 MHz
This solves the issue when touchpad gets stuck on right or middle
click. This also makes touchpad working smoother.
Signed-off-by: Anton Bambura <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 6ae6cb030b70..5f07933183e1 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts +++ b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts @@ -375,7 +375,7 @@ }; &i2c7 { - clock-frequency = <100000>; + clock-frequency = <1000000>; pinctrl-0 = <&i2c7_active>; pinctrl-names = "default"; |