Skip to content

Commit 6b0db16

Browse files
committed
ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
There is no atmel,shdwc-debouncer property for SHDWC. The right DT property is debounce-delay-us. Use it. Fixes: 16b161b ("ARM: dts: at91: sama7g5: add shdwc node") Signed-off-by: Claudiu Beznea <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ccd4923 commit 6b0db16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/at91-sama7g5ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@
792792
};
793793

794794
&shdwc {
795-
atmel,shdwc-debouncer = <976>;
795+
debounce-delay-us = <976>;
796796
status = "okay";
797797

798798
input@0 {

0 commit comments

Comments
 (0)