Commit 64116257 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Tony Lindgren

ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling

"debounce_interval" was never supported.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Cc: Benoît Cousson <bcousson@baylibre.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8cbbf174
......@@ -47,7 +47,7 @@ btn1 {
gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */
wakeup-source;
autorepeat;
debounce_interval = <50>;
debounce-interval = <50>;
};
};
......
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