[PATCH v2 7/7] arm64: dts: imx8mq-librem5: set debounce interval of volume buttons to 50ms

Shawn Guo shawnguo at kernel.org
Thu Oct 14 18:46:33 PDT 2021


On Tue, Oct 05, 2021 at 03:49:02PM +0200, Martin Kepplinger wrote:
> From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak at puri.sm>
> 
> The default of 5ms is too low.
> 
> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak at puri.sm>

Your SoB is missing here.  I fixed it up and applied the series, thanks!

Shawn

> ---
>  arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> index d86486fd659d..60d47c71499b 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> @@ -40,12 +40,14 @@ vol-down {
>  			label = "VOL_DOWN";
>  			gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
>  			linux,code = <KEY_VOLUMEDOWN>;
> +			debounce-interval = <50>;
>  		};
>  
>  		vol-up {
>  			label = "VOL_UP";
>  			gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
>  			linux,code = <KEY_VOLUMEUP>;
> +			debounce-interval = <50>;
>  		};
>  	};
>  
> -- 
> 2.30.2
> 



More information about the linux-arm-kernel mailing list