diff options
author | Marc Dietrich <marvin24@gmx.de> | 2012-01-28 20:03:07 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-07 06:09:25 +0100 |
commit | d8d56c84224ae3d61800f6ce6df0ce6b63872617 (patch) | |
tree | c07b4a9cc1188d78fe1e4a19eb7545c9f280cc47 /arch/arm/boot/dts/tegra-paz00.dts | |
parent | ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree (diff) | |
download | linux-d8d56c84224ae3d61800f6ce6df0ce6b63872617.tar.xz linux-d8d56c84224ae3d61800f6ce6df0ce6b63872617.zip |
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.dts | 11 |
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 @@ 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; + }; + }; }; |