Commit e598c441 authored by Milo Kim's avatar Milo Kim Committed by Tony Lindgren

ARM: dts: tps65217: Add the power button device

Support the power button driver and disable it by default.
Signed-off-by: default avatarMilo Kim <woogyom.kim@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9ec0a658
......@@ -21,6 +21,11 @@ charger {
status = "disabled";
};
pwrbutton {
compatible = "ti,tps65217-pwrbutton";
status = "disabled";
};
regulators {
#address-cells = <1>;
#size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment