Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916-longcheer-l8150: Fix multi-touch
Browse files Browse the repository at this point in the history
The Synaptics touchscreen on longcheer-l8150 does not report any
pressure data. This must be described in the DT to allow reading
multi-touch data correctly.

Signed-off-by: Stephan Gerhold <[email protected]>
  • Loading branch information
stephan-gh committed Jan 25, 2023
1 parent 508c495 commit 02dad76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
rmi4-f12@12 {
reg = <0x12>;
syna,sensor-type = <1>; /* Touchscreen */
syna,no-pressure;
};
};
};
Expand Down

0 comments on commit 02dad76

Please sign in to comment.