diff options
author | Y Vo <yvo@apm.com> | 2015-06-26 15:01:47 +0700 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-07-08 14:09:18 -0700 |
commit | 3d8cc14152a4b661580761049c7b9711efa60d82 (patch) | |
tree | 56049ae89452e632b60ef01186ca2f07ffcf7d4f /arch/arm64 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | talos-op-linux-3d8cc14152a4b661580761049c7b9711efa60d82.tar.gz talos-op-linux-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/arm64')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-mustang.dts | 10 |
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 { |