aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra-paz00.dts
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2012-01-28 20:03:07 +0100
committerOlof Johansson <olof@lixom.net>2012-02-06 21:09:25 -0800
commitd8d56c84224ae3d61800f6ce6df0ce6b63872617 (patch)
treec07b4a9cc1188d78fe1e4a19eb7545c9f280cc47 /arch/arm/boot/dts/tegra-paz00.dts
parent1266f8970eb044013a563a47c7ab90413a2cacc3 (diff)
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: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-paz00.dts')
-rw-r--r--arch/arm/boot/dts/tegra-paz00.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts
index 22d12f31231..95c39c99978 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/arch/arm/boot/dts/tegra-paz00.dts
@@ -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;
+ };
+ };
};