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: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Enric Balletbo i Serra 2017-06-12 23:24:10 +02:00 committed by Tony Lindgren
parent 6a80131e9d
commit 7e697ac3c4
3 changed files with 1 additions and 2 deletions

View file

@ -323,7 +323,6 @@
};
pwrbutton {
interrupts = <2>;
status = "okay";
};

View file

@ -195,7 +195,6 @@
};
pwrbutton {
interrupts = <2>;
status = "okay";
};
};

View file

@ -25,6 +25,7 @@
pwrbutton {
compatible = "ti,tps65217-pwrbutton";
interrupts = <2>;
status = "disabled";
};