[PATCH 10/11] ARM: dts: tegra114: dalmore: add GPIO power key support
Joseph Lo
josephl at nvidia.com
Tue Jun 25 05:27:54 EDT 2013
Adding the GPIO power key and enabling the wake up function.
Signed-off-by: Joseph Lo <josephl at nvidia.com>
---
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
More information about the linux-arm-kernel
mailing list