[PATCH 7/9] ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling
Geert Uytterhoeven
geert+renesas at glider.be
Tue Feb 13 06:15:33 PST 2018
"debounce_interval" was never supported.
Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
Cc: Benoît Cousson <bcousson at baylibre.com>
Cc: Tony Lindgren <tony at atomide.com>
---
Please apply to your tree when appropriate.
arch/arm/boot/dts/omap5-uevm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index ec2c8baef62ac00b..592e17fd4eeb7ccd 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -47,7 +47,7 @@
gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */
wakeup-source;
autorepeat;
- debounce_interval = <50>;
+ debounce-interval = <50>;
};
};
--
2.7.4
More information about the linux-arm-kernel
mailing list