lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0ba93a4e-c91e-af36-f2fd-3b35e9209600@microchip.com>
Date:   Wed, 24 May 2023 08:51:03 +0000
From:   <Claudiu.Beznea@...rochip.com>
To:     <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
        <Nicolas.Ferre@...rochip.com>, <alexandre.belloni@...tlin.com>
CC:     <devicetree@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property
 for shdwc

On 23.05.2023 08:27, Claudiu Beznea wrote:
> There is no atmel,shdwc-debouncer property for SHDWC. The right DT property
> is debounce-delay-us. Use it.
> 
> Fixes: 16b161bcf5d4 ("ARM: dts: at91: sama7g5: add shdwc node")
> Signed-off-by: Claudiu Beznea <claudiu.beznea@...rochip.com>

Applied to at91-fixes, thanks!

> ---
>  arch/arm/boot/dts/at91-sama7g5ek.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama7g5ek.dts b/arch/arm/boot/dts/at91-sama7g5ek.dts
> index aa5cc0e98bba..217e9b96c61e 100644
> --- a/arch/arm/boot/dts/at91-sama7g5ek.dts
> +++ b/arch/arm/boot/dts/at91-sama7g5ek.dts
> @@ -792,7 +792,7 @@ &sdmmc2 {
>  };
>  
>  &shdwc {
> -	atmel,shdwc-debouncer = <976>;
> +	debounce-delay-us = <976>;
>  	status = "okay";
>  
>  	input@0 {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ