Commit 5beaf4d7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Gregory CLEMENT

ARM: dts: kirkwood: Fix "debounce-interval" property misspelling

"debounce_interval" was never supported.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent bd1de6a3
......@@ -35,7 +35,7 @@ gpio_keys {
pinctrl-names = "default";
eject {
debounce_interval = <50>;
debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_EJECTCD>;
label = "Eject Button";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment