mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc
[ Upstream commit6b0db163ff] There is no atmel,shdwc-debouncer property for SHDWC. The right DT property is debounce-delay-us. Use it. Fixes:16b161bcf5("ARM: dts: at91: sama7g5: add shdwc node") Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20230523052750.184223-1-claudiu.beznea@microchip.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4b8ebe5393
commit
58ab8a0ff8
@@ -789,7 +789,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&shdwc {
|
&shdwc {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user