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

Commit 21db15df authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

ARM: tegra: apalis-eval: Fix power/wakeup key



Rather than a power key, WAKE1_MICO is actually a standard Apalis MXM3
pin used for wake-up purposes which this patch fixes.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9ecf78c2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -191,10 +191,10 @@
	gpio-keys {
		compatible = "gpio-keys";

		power {
			label = "Power";
		wakeup {
			label = "WAKE1_MICO";
			gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
			linux,code = <KEY_POWER>;
			linux,code = <KEY_WAKEUP>;
			debounce-interval = <10>;
			gpio-key,wakeup;
		};