From: Geert Uytterhoeven Date: Tue, 13 Feb 2018 14:15:33 +0000 (+0100) Subject: ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling X-Git-Tag: v4.16-rc4~27^2~9^2~3 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=64116257144bfbe744dd5b41bb0d160ccf65e339;p=linux.git ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling "debounce_interval" was never supported. Signed-off-by: Geert Uytterhoeven Cc: BenoƮt Cousson Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index ec2c8baef62a..592e17fd4eeb 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -47,7 +47,7 @@ btn1 { gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */ wakeup-source; autorepeat; - debounce_interval = <50>; + debounce-interval = <50>; }; };