Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

"debounce_interval" was never supported.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Benoît Cousson <bcousson@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Geert Uytterhoeven and committed by
Tony Lindgren
64116257 8cbbf174

+1 -1
+1 -1
arch/arm/boot/dts/omap5-uevm.dts
··· 47 47 gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */ 48 48 wakeup-source; 49 49 autorepeat; 50 - debounce_interval = <50>; 50 + debounce-interval = <50>; 51 51 }; 52 52 }; 53 53