提交 d8d56c84 编写于 作者: M Marc Dietrich 提交者: Olof Johansson

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: NMarc Dietrich <marvin24@gmx.de>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 1266f897
......@@ -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;
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册