Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Felipe Balbi and committed by
Tony Lindgren
bb1c5fe1 47e0920c

+5
+5
arch/arm/boot/dts/am437x-sk-evm.dts
··· 444 444 regulator-always-on; 445 445 }; 446 446 447 + power-button { 448 + compatible = "ti,tps65218-pwrbutton"; 449 + status = "okay"; 450 + interrupts = <3 IRQ_TYPE_EDGE_BOTH>; 451 + }; 447 452 }; 448 453 449 454 at24@50 {