From: Sebastian Krzyszkowiak Date: Tue, 5 Oct 2021 13:49:02 +0000 (+0200) Subject: arm64: dts: imx8mq-librem5: set debounce interval of volume buttons to 50ms X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fea0fd097c4f3b7436bb3ef7f397d0f0fee86c2f;p=linux.git arm64: dts: imx8mq-librem5: set debounce interval of volume buttons to 50ms The default of 5ms is too low. Signed-off-by: Sebastian Krzyszkowiak Signed-off-by: Martin Kepplinger Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index d86486fd659d7..60d47c71499b3 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -40,12 +40,14 @@ label = "VOL_DOWN"; gpios = <&gpio1 17 GPIO_ACTIVE_LOW>; linux,code = ; + debounce-interval = <50>; }; vol-up { label = "VOL_UP"; gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; linux,code = ; + debounce-interval = <50>; }; };