Commit 7e697ac3 authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Tony Lindgren

ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi file

The interrupt for power button is static data that comes from the
datasheet, there is no reason to need to define this value on every
board so seams reasonable put this information into the common tps65217
file.
Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6a80131e
......@@ -323,7 +323,6 @@ charger {
};
pwrbutton {
interrupts = <2>;
status = "okay";
};
......
......@@ -195,7 +195,6 @@ charger {
};
pwrbutton {
interrupts = <2>;
status = "okay";
};
};
......@@ -25,6 +25,7 @@ charger {
pwrbutton {
compatible = "ti,tps65217-pwrbutton";
interrupts = <2>;
status = "disabled";
};
......
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