Commit 818c4593 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: dts: at91: use the right property for shutdown controller

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: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Reported-by: default avatarClément Léger <clement.leger@bootlin.com>
Reviewed-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20210730172729.28093-1-nicolas.ferre@microchip.com/
parent 72d609da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@
};

&shutdown_controller {
	atmel,shdwc-debouncer = <976>;
	debounce-delay-us = <976>;
	atmel,wakeup-rtc-timer;

	input@0 {
+1 −1
Original line number Diff line number Diff line
@@ -662,7 +662,7 @@
};

&shutdown_controller {
	atmel,shdwc-debouncer = <976>;
	debounce-delay-us = <976>;
	status = "okay";

	input@0 {
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
			};

			shdwc@f8048010 {
				atmel,shdwc-debouncer = <976>;
				debounce-delay-us = <976>;
				atmel,wakeup-rtc-timer;

				input@0 {
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@
};

&shutdown_controller {
	atmel,shdwc-debouncer = <976>;
	debounce-delay-us = <976>;
	atmel,wakeup-rtc-timer;

	input@0 {
+1 −1
Original line number Diff line number Diff line
@@ -699,7 +699,7 @@
};

&shutdown_controller {
	atmel,shdwc-debouncer = <976>;
	debounce-delay-us = <976>;
	atmel,wakeup-rtc-timer;

	input@0 {
Loading