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>
This commit is contained in:
parent
47e0920cca
commit
bb1c5fe126
1 changed files with 5 additions and 0 deletions
|
@ -444,6 +444,11 @@
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
power-button {
|
||||||
|
compatible = "ti,tps65218-pwrbutton";
|
||||||
|
status = "okay";
|
||||||
|
interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
at24@50 {
|
at24@50 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue