arm64: dts: zii-rmb3: enable RMI4 reduced reporting
authorLucas Stach <l.stach@pengutronix.de>
Mon, 25 Jan 2021 18:47:36 +0000 (19:47 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 30 Jan 2021 13:54:20 +0000 (21:54 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts

index b3743f9..631e01c 100644 (file)
                        touchscreen-inverted-x;
                        touchscreen-swapped-x-y;
                        syna,sensor-type = <1>;
+                       syna,delta-x-threshold = <5>;
+                       syna,delta-y-threshold = <10>;
                };
 
                rmi4-f12@12 {