ARM: dts: at91: use the right property for shutdown controller
[ Upstream commit 818c4593434e81c9971b8fc278215121622c755e ] The wrong property "atmel,shdwc-debouncer" was used to specify the debounce delay for the shutdown controler. Replace it with the documented and implemented property "debounce-delay-us", as mentioned in v4 driver submission. See: https://lore.kernel.org/r/1458134390-23847-3-git-send-email-nicolas.ferre@atmel.com/ Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Reported-by: Clément Léger <clement.leger@bootlin.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20210730172729.28093-1-nicolas.ferre@microchip.com/ Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
f710323dcd
commit
8fb3d8c151
@@ -336,7 +336,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&shutdown_controller {
|
&shutdown_controller {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
atmel,wakeup-rtc-timer;
|
atmel,wakeup-rtc-timer;
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
@@ -662,7 +662,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&shutdown_controller {
|
&shutdown_controller {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
@@ -138,7 +138,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
shdwc@f8048010 {
|
shdwc@f8048010 {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
atmel,wakeup-rtc-timer;
|
atmel,wakeup-rtc-timer;
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
@@ -205,7 +205,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&shutdown_controller {
|
&shutdown_controller {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
atmel,wakeup-rtc-timer;
|
atmel,wakeup-rtc-timer;
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
@@ -693,7 +693,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&shutdown_controller {
|
&shutdown_controller {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
atmel,wakeup-rtc-timer;
|
atmel,wakeup-rtc-timer;
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
@@ -203,7 +203,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
shdwc@f8048010 {
|
shdwc@f8048010 {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
@@ -347,7 +347,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
shdwc@f8048010 {
|
shdwc@f8048010 {
|
||||||
atmel,shdwc-debouncer = <976>;
|
debounce-delay-us = <976>;
|
||||||
atmel,wakeup-rtc-timer;
|
atmel,wakeup-rtc-timer;
|
||||||
|
|
||||||
input@0 {
|
input@0 {
|
||||||
|
Reference in New Issue
Block a user