Skip to content
Snippets Groups Projects
Commit f8565c27 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

dts:mc3: Reduce UCB1400 debounce to 50 ms

The debounce period of 100 ms makes the touch input to slow.
Reduce the time to 50 ms.
parent 3e1d1b0b
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!382driver:ucb1400: Add retry to read routine
......@@ -1294,7 +1294,7 @@ codec_ucb1400: codec-ucb1400 {
* during the debounce phase, the time
* is reset.
*/
seco,pen-up-debounce = <100>;
seco,pen-up-debounce = <50>;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment