linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
@ 2023-05-23  5:27 Claudiu Beznea
  2023-05-23  9:35 ` Nicolas Ferre
  2023-05-24  8:51 ` Claudiu.Beznea
  0 siblings, 2 replies; 3+ messages in thread
From: Claudiu Beznea @ 2023-05-23  5:27 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, nicolas.ferre, alexandre.belloni
  Cc: devicetree, linux-arm-kernel, linux-kernel, Claudiu Beznea

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@microchip.com>
---
 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 {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
  2023-05-23  5:27 [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc Claudiu Beznea
@ 2023-05-23  9:35 ` Nicolas Ferre
  2023-05-24  8:51 ` Claudiu.Beznea
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2023-05-23  9:35 UTC (permalink / raw)
  To: Claudiu Beznea, robh+dt, krzysztof.kozlowski+dt, alexandre.belloni
  Cc: devicetree, linux-arm-kernel, linux-kernel

On 23/05/2023 at 07: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@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks Claudiu. Best regards,
   Nicolas

> ---
>   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 {

-- 
Nicolas Ferre


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
  2023-05-23  5:27 [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc Claudiu Beznea
  2023-05-23  9:35 ` Nicolas Ferre
@ 2023-05-24  8:51 ` Claudiu.Beznea
  1 sibling, 0 replies; 3+ messages in thread
From: Claudiu.Beznea @ 2023-05-24  8:51 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, Nicolas.Ferre, alexandre.belloni
  Cc: devicetree, linux-arm-kernel, linux-kernel

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@microchip.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 {


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-24  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23  5:27 [PATCH] ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc Claudiu Beznea
2023-05-23  9:35 ` Nicolas Ferre
2023-05-24  8:51 ` Claudiu.Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).