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

Commit 3f533132 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

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



Rather than a power key SODIMM pin 45 is actually 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 ccb43161
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -137,10 +137,10 @@
	gpio-keys {
		compatible = "gpio-keys";

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