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:
Geert Uytterhoeven
2018-02-13 15:15:31 +01:00
committed by Linus Walleij
parent 60cc43fc88
commit c0b20bacf9
7 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
#size-cells = <0>;
button@18 {
debounce_interval = <50>;
debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_SETUP>;
label = "factory reset";