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

Commit d8d56c84 authored by Marc Dietrich's avatar Marc Dietrich Committed by Olof Johansson
Browse files

ARM: dt: tegra: add the power gpio key to paz00 device tree



This adds the wakeup gpio which is connected to the embedded
controller to the device tree of paz00.

Signed-off-by: default avatarMarc Dietrich <marvin24@gmx.de>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 1266f897
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -79,4 +79,15 @@
	sdhci@c8000600 {
		support-8bit;
	};

	gpio-keys {
		compatible = "gpio-keys";

		power {
			label = "Power";
			gpios = <&gpio 79 1>; /* gpio PJ7, active low */
			linux,code = <116>; /* KEY_POWER */
			gpio-key,wakeup;
		};
	};
};