ARM: dts: tps65217: Add the power button device

Support the power button driver and disable it by default.

Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Milo Kim 2016-10-28 21:36:57 +09:00 committed by Tony Lindgren
parent 9ec0a6585f
commit e598c44180

View file

@ -21,6 +21,11 @@
status = "disabled"; status = "disabled";
}; };
pwrbutton {
compatible = "ti,tps65217-pwrbutton";
status = "disabled";
};
regulators { regulators {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;