aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorY Vo <yvo@apm.com>2015-06-26 15:01:47 +0700
committerKevin Hilman <khilman@linaro.org>2015-07-08 14:09:18 -0700
commit3d8cc14152a4b661580761049c7b9711efa60d82 (patch)
tree56049ae89452e632b60ef01186ca2f07ffcf7d4f /arch
parentLinux 4.2-rc1 (diff)
downloadlinux-dev-3d8cc14152a4b661580761049c7b9711efa60d82.tar.xz
linux-dev-3d8cc14152a4b661580761049c7b9711efa60d82.zip
arm64: dts: Add poweroff button device node for APM X-Gene platform
This patch adds poweroff button device node to support poweroff feature on APM X-Gene Mustang platform. Signed-off-by: Y Vo <yvo@apm.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/apm/apm-mustang.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-mustang.dts b/arch/arm64/boot/dts/apm/apm-mustang.dts
index 83578e766b94..4c55833d8a41 100644
--- a/arch/arm64/boot/dts/apm/apm-mustang.dts
+++ b/arch/arm64/boot/dts/apm/apm-mustang.dts
@@ -23,6 +23,16 @@
device_type = "memory";
reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
};
+
+ gpio-keys {
+ compatible = "gpio-keys";
+ button@1 {
+ label = "POWER";
+ linux,code = <116>;
+ linux,input-type = <0x1>;
+ interrupts = <0x0 0x2d 0x1>;
+ };
+ };
};
&pcie0clk {