ARM: dts: Bump Gemini platforms to use 100ms debounce

The 50ms debounce is too low and give ghost bounces on some
platforms. Bump it to 100ms to make it stable.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij
2018-08-26 12:45:05 +02:00
parent d6d0cef55e
commit f18fd0f560
7 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@
compatible = "gpio-keys";
button-setup {
debounce-interval = <50>;
debounce-interval = <100>;
wakeup-source;
linux,code = <KEY_SETUP>;
label = "reset";