diff options
author | Felipe Balbi <balbi@ti.com> | 2014-12-26 22:28:23 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-08 03:23:52 +0300 |
commit | bb1c5fe1263d762ff0db45b6e97682e5047e54b4 (patch) | |
tree | 4c97537c94c6ef9d8f9faebb7467accf40ae0e90 /arch/arm/boot/dts/am437x-sk-evm.dts | |
parent | 47e0920cca5354acf7185b7a28e630f84b72bd16 (diff) | |
download | linux-bb1c5fe1263d762ff0db45b6e97682e5047e54b4.tar.xz |
ARM: dts: am437x-sk: add power button binding
Let this board report KEY_POWER so upper layers
can decide what to do when power button is pressed.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-sk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index e12199ed161b..832d24318f62 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -444,6 +444,11 @@ regulator-always-on; }; + power-button { + compatible = "ti,tps65218-pwrbutton"; + status = "okay"; + interrupts = <3 IRQ_TYPE_EDGE_BOTH>; + }; }; at24@50 { |