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:
@@ -28,7 +28,7 @@
|
||||
compatible = "gpio-keys";
|
||||
|
||||
button-setup {
|
||||
debounce-interval = <50>;
|
||||
debounce-interval = <100>;
|
||||
wakeup-source;
|
||||
linux,code = <KEY_SETUP>;
|
||||
label = "reset";
|
||||
|
Reference in New Issue
Block a user