Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5b87513 authored by Sudeep Holla's avatar Sudeep Holla Committed by Tony Lindgren
Browse files

ARM: dts: am335x/am57xx: replace gpio-key,wakeup with wakeup-source property



Commit 3efda001 ("ARM: dts: am335x: replace gpio-key,wakeup with
wakeup-source property") replaces all the legacy "gpio-key,wakeup" with
the unified  "wakeup-source" property to prevent any further copy-paste
duplication.

However couple of use of these legacy property sneaked in during the
merge window. This patch replaces them too.

Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5f35dc47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
			gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
			linux,code = <KEY_BACK>;
			debounce-interval = <1000>;
			gpio-key,wakeup;
			wakeup-source;
		};

		front_button {
@@ -54,7 +54,7 @@
			gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
			linux,code = <KEY_FRONT>;
			debounce-interval = <1000>;
			gpio-key,wakeup;
			wakeup-source;
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@
		ti,debounce-tol = /bits/ 16 <10>;
		ti,debounce-rep = /bits/ 16 <1>;

		linux,wakeup;
		wakeup-source;
	};
};