[PATCH 10/11] ARM: dts: tegra114: dalmore: add GPIO power key support
From: Joseph Lo <hidden>
Date: 2013-06-25 09:27:54
Also in:
linux-tegra
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Joseph Lo <hidden>
Date: 2013-06-25 09:27:54
Also in:
linux-tegra
Subsystem:
the rest · Maintainer:
Linus Torvalds
Adding the GPIO power key and enabling the wake up function. Signed-off-by: Joseph Lo <redacted> --- arch/arm/boot/dts/tegra114-dalmore.dts | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index cb640eb..b97a8cc 100644
--- a/arch/arm/boot/dts/tegra114-dalmore.dts
+++ b/arch/arm/boot/dts/tegra114-dalmore.dts@@ -883,6 +883,17 @@ }; }; + gpio-keys { + compatible = "gpio-keys"; + + power { + label = "Power"; + gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>; + linux,code = <116>; /* KEY_POWER */ + gpio-key,wakeup; + }; + }; + regulators { compatible = "simple-bus"; #address-cells = <1>;
--
1.8.3.1