Commit ebea2a43 authored by Marc Dietrich's avatar Marc Dietrich Committed by Thierry Reding
Browse files

ARM: dts: paz00: fix wakeup gpio keycode



The power key is controlled solely by the EC, which only tiggeres this
gpio after wakeup.
Fixes immediately return to suspend after wake from LP1.

Signed-off-by: default avatarMarc Dietrich <marvin24@gmx.de>
Tested-by: default avatarNicolas Chauvet <kwizart@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 06d561ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -524,10 +524,10 @@
	gpio-keys {
		compatible = "gpio-keys";

		power {
			label = "Power";
		wakeup {
			label = "Wakeup";
			gpios = <&gpio TEGRA_GPIO(J, 7) GPIO_ACTIVE_LOW>;
			linux,code = <KEY_POWER>;
			linux,code = <KEY_WAKEUP>;
			wakeup-source;
		};
	};