Skip to content

Commit

Permalink
ARM: dts: am437x-sk: add power button binding
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Balbi authored and Tony Lindgren committed Jan 8, 2015
1 parent 47e0920 commit bb1c5fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am437x-sk-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,11 @@
regulator-always-on;
};

power-button {
compatible = "ti,tps65218-pwrbutton";
status = "okay";
interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
};
};

at24@50 {
Expand Down

0 comments on commit bb1c5fe

Please sign in to comment.