ARM: dts: dra72-evm: Add power button node

With Commit adff5962fd ("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>
This commit is contained in:
Nishanth Menon 2014-10-21 09:30:47 -05:00 committed by Tony Lindgren
parent 829acd0779
commit ab1d3c842c
1 changed files with 8 additions and 0 deletions

View File

@ -184,6 +184,14 @@ ldo4_reg: ldo4 {
};
};
};
tps65917_power_button {
compatible = "ti,palmas-pwrbutton";
interrupt-parent = <&tps65917>;
interrupts = <1 IRQ_TYPE_NONE>;
wakeup-source;
ti,palmas-long-press-seconds = <6>;
};
};
};