diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-11-01 17:03:56 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-11-04 02:06:55 +0100 |
commit | f638b287cca7749f40392c2082870696531b7f24 (patch) | |
tree | 431f613c97e724cd6272d52e488ace4a6428673b | |
parent | arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/ (diff) | |
download | linux-f638b287cca7749f40392c2082870696531b7f24.tar.xz linux-f638b287cca7749f40392c2082870696531b7f24.zip |
ARM: dts: atlas7: Fix "debounce-interval" property misspelling
"debounce_interval" was never supported.
Link: https://lore.kernel.org/r/20191101160356.32034-3-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Barry Song <baohua@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/atlas7-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts index e0c0291ac9fd..e0515043d145 100644 --- a/arch/arm/boot/dts/atlas7-evb.dts +++ b/arch/arm/boot/dts/atlas7-evb.dts @@ -119,7 +119,7 @@ label = "rearview key"; linux,code = <KEY_CAMERA>; gpios = <&gpio_1 3 GPIO_ACTIVE_LOW>; - debounce_interval = <100>; + debounce-interval = <100>; }; }; |