Skip to content

Commit

Permalink
ARM: dts: TWL4030: Add power button support
Browse files Browse the repository at this point in the history
Enable support for the power button.

Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Sebastian Reichel authored and Benoit Cousson committed Oct 23, 2013
1 parent a0bf1f3 commit a3317d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/twl4030.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,9 @@
compatible = "ti,twl4030-pwmled";
#pwm-cells = <2>;
};

twl_pwrbutton: pwrbutton {
compatible = "ti,twl4030-pwrbutton";
interrupts = <8>;
};
};

0 comments on commit a3317d4

Please sign in to comment.