Commit 53efdfbb authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Nicolas Ferre
Browse files

ARM: dts: at91: sama5d2: remove atmel,wakeup-type references



atmel,wakeup-type DT property is not referenced anywhere in the current
and previous version of the code thus remove it.

Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarNicolas Ferre <nferre@kernel.org>
Link: https://lore.kernel.org/r/1609845525-10766-1-git-send-email-claudiu.beznea@microchip.com
parent 984d4374
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -341,7 +341,6 @@ &shutdown_controller {

	input@0 {
		reg = <0>;
		atmel,wakeup-type = "low";
	};
};

+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ shdwc@f8048010 {

				input@0 {
					reg = <0>;
					atmel,wakeup-type = "low";
				};
			};

+0 −1
Original line number Diff line number Diff line
@@ -209,7 +209,6 @@ &shutdown_controller {

	input@0 {
		reg = <0>;
		atmel,wakeup-type = "low";
	};
};

+0 −1
Original line number Diff line number Diff line
@@ -697,7 +697,6 @@ &shutdown_controller {

	input@0 {
		reg = <0>;
		atmel,wakeup-type = "low";
	};
};

+0 −1
Original line number Diff line number Diff line
@@ -206,7 +206,6 @@ shdwc@f8048010 {

				input@0 {
					reg = <0>;
					atmel,wakeup-type = "low";
				};
			};

Loading