diff options
author | Nishanth Menon <nm@ti.com> | 2014-10-21 18:30:47 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-11 01:27:35 +0300 |
commit | ab1d3c842c4b3cb0a389a160373efb6986da54d9 (patch) | |
tree | 15ed03de3785f9f1993045994d351446e051289f /arch/arm/boot/dts/dra72-evm.dts | |
parent | 829acd07793538cbb19ee416e8917d7560fa47c8 (diff) | |
download | linux-ab1d3c842c4b3cb0a389a160373efb6986da54d9.tar.xz |
ARM: dts: dra72-evm: Add power button node
With Commit adff5962fdd2 ("Input: introduce palmas-pwrbutton"), we can
now support tps power button as a event source - This is SW7 (PB/WAKE)
on the J6-evm.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index 5d26fa1144e3..e5a4227aa7eb 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -184,6 +184,14 @@ }; }; }; + + tps65917_power_button { + compatible = "ti,palmas-pwrbutton"; + interrupt-parent = <&tps65917>; + interrupts = <1 IRQ_TYPE_NONE>; + wakeup-source; + ti,palmas-long-press-seconds = <6>; + }; }; }; |