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

"debounce_interval" was never supported.

Signed-off-by: Geert 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: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Geert Uytterhoeven 2018-02-13 15:15:32 +01:00 committed by Gregory CLEMENT
parent bd1de6a3c6
commit 5beaf4d7ce
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
pinctrl-names = "default";
eject {
debounce_interval = <50>;
debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_EJECTCD>;
label = "Eject Button";