aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2012-01-28 14:03:07 -0500
committerOlof Johansson <olof@lixom.net>2012-02-07 00:09:25 -0500
commitd8d56c84224ae3d61800f6ce6df0ce6b63872617 (patch)
treec07b4a9cc1188d78fe1e4a19eb7545c9f280cc47 /arch/arm/boot
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')
-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 22d12f312318..95c39c999788 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/arch/arm/boot/dts/tegra-paz00.dts
@@ -79,4 +79,15 @@
79 sdhci@c8000600 { 79 sdhci@c8000600 {
80 support-8bit; 80 support-8bit;
81 }; 81 };
82
83 gpio-keys {
84 compatible = "gpio-keys";
85
86 power {
87 label = "Power";
88 gpios = <&gpio 79 1>; /* gpio PJ7, active low */
89 linux,code = <116>; /* KEY_POWER */
90 gpio-key,wakeup;
91 };
92 };
82}; 93};