diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-02-13 17:15:31 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-12 14:27:17 +0300 |
commit | c0b20bacf966c98f8a02dff759cdd2081ffb3265 (patch) | |
tree | e1da6e6203a14bdee91a3462cd779e73cc8de0a9 /arch/arm/boot/dts/gemini-nas4220b.dts | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-c0b20bacf966c98f8a02dff759cdd2081ffb3265.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/gemini-nas4220b.dts')
-rw-r--r-- | arch/arm/boot/dts/gemini-nas4220b.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/gemini-nas4220b.dts b/arch/arm/boot/dts/gemini-nas4220b.dts index 8bbb6f85d161..b9af7815e236 100644 --- a/arch/arm/boot/dts/gemini-nas4220b.dts +++ b/arch/arm/boot/dts/gemini-nas4220b.dts @@ -30,7 +30,7 @@ #size-cells = <0>; button@29 { - debounce_interval = <50>; + debounce-interval = <50>; wakeup-source; linux,code = <KEY_SETUP>; label = "Backup button"; @@ -38,7 +38,7 @@ gpios = <&gpio1 29 GPIO_ACTIVE_LOW>; }; button@31 { - debounce_interval = <50>; + debounce-interval = <50>; wakeup-source; linux,code = <KEY_RESTART>; label = "Softreset button"; |