mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ARM: dts: imx6ull-engicam-microgea-bmm: set touchscreen glitch threshold
This way the detected signal is valid only if it lasts longer than 62 µs, otherwise it is not sampled. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
6de23f81a5
commit
a96f415ab5
|
|
@ -154,6 +154,7 @@ &tsc {
|
|||
pinctrl-0 = <&pinctrl_tsc>;
|
||||
measure-delay-time = <0x9ffff>;
|
||||
pre-charge-time = <0xfff>;
|
||||
debounce-delay-us = <62>;
|
||||
xnur-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user