ARM: dts: gemini: Fix "debounce-interval" property misspelling
"debounce_interval" was never supported. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
60cc43fc88
commit
c0b20bacf9
@@ -30,7 +30,7 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
button@5 {
|
||||
debounce_interval = <50>;
|
||||
debounce-interval = <50>;
|
||||
wakeup-source;
|
||||
linux,code = <KEY_SETUP>;
|
||||
label = "reset";
|
||||
|
Reference in New Issue
Block a user