Skip to content

Commit

Permalink
ARM: dts: tps65217: Add power button interrupt to the common tps65217…
Browse files Browse the repository at this point in the history
….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>
  • Loading branch information
Enric Balletbo i Serra authored and Tony Lindgren committed Aug 10, 2017
1 parent 6a80131 commit 7e697ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/am335x-bone-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@
};

pwrbutton {
interrupts = <2>;
status = "okay";
};

Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/am335x-chiliboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
};

pwrbutton {
interrupts = <2>;
status = "okay";
};
};
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tps65217.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

pwrbutton {
compatible = "ti,tps65217-pwrbutton";
interrupts = <2>;
status = "disabled";
};

Expand Down

0 comments on commit 7e697ac

Please sign in to comment.