mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
ARM: dts: imx6: RDU2: enable RMI4 reduced reporting
To use the reduced reporting mode the threshold values need to be set explicitly. Configure the threshold to be less than 0.5% of the full touchscreen range. This seems to be a good compromise between system load and input accurancy. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
a0c01b68fd
commit
20fffe76b6
|
|
@ -598,6 +598,8 @@ rmi4-f11@11 {
|
|||
touchscreen-inverted-x;
|
||||
touchscreen-swapped-x-y;
|
||||
syna,sensor-type = <1>;
|
||||
syna,delta-x-threshold = <5>;
|
||||
syna,delta-y-threshold = <10>;
|
||||
};
|
||||
|
||||
rmi4-f12@12 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user