Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295913
b: refs/heads/master
c: d8d56c8
h: refs/heads/master
i:
  295911: 74677e3
v: v3
  • Loading branch information
Marc Dietrich authored and Olof Johansson committed Feb 7, 2012
1 parent 098bff9 commit f2c0c7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1266f8970eb044013a563a47c7ab90413a2cacc3
refs/heads/master: d8d56c84224ae3d61800f6ce6df0ce6b63872617
11 changes: 11 additions & 0 deletions trunk/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 f2c0c7b

Please sign in to comment.