Commit 327ca228 authored by Claudiu Beznea's avatar Claudiu Beznea
Browse files

ARM: dts: at91: use generic name for shutdown controller



Use poweroff generic name for shdwc node to cope with device tree
specifications.

Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20230616101646.879480-2-claudiu.beznea@microchip.com
parent 4ceb0c70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@
				status = "okay";
			};

			shdwc@fffffd10 {
			shdwc: poweroff@fffffd10 {
				atmel,wakeup-counter = <10>;
				atmel,wakeup-rtt-timer;
			};
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@
				};
			};

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

+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@
				};
			};

			shdwc@f8048010 {
			poweroff@f8048010 {
				debounce-delay-us = <976>;

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

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

+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@
				clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
			};

			shdwc@fffffd10 {
			shdwc: poweroff@fffffd10 {
				compatible = "atmel,at91sam9260-shdwc";
				reg = <0xfffffd10 0x10>;
				clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
Loading