Skip to content

Commit

Permalink
ARM: dt: tegra: add the power gpio key to paz00 device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Dietrich authored and Olof Johansson committed Feb 7, 2012
1 parent 1266f89 commit d8d56c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
};

0 comments on commit d8d56c8

Please sign in to comment.