diff options
author | Sebastian Reichel <sre@debian.org> | 2013-10-22 22:49:43 (GMT) |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-23 08:15:12 (GMT) |
commit | a3317d4f2fcd064071bc188cbbc2769dda73e487 (patch) | |
tree | b506f97df07f287817e93d2b00686d737ce67d9e /arch/arm/boot | |
parent | a0bf1f3e455e629d1d453e69e7a8c9ca72871c84 (diff) | |
download | linux-a3317d4f2fcd064071bc188cbbc2769dda73e487.tar.xz |
ARM: dts: TWL4030: Add power button support
Enable support for the power button.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/twl4030.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index cb5afcd..af7fa40 100644 --- a/arch/arm/boot/dts/twl4030.dtsi +++ b/arch/arm/boot/dts/twl4030.dtsi @@ -133,4 +133,9 @@ compatible = "ti,twl4030-pwmled"; #pwm-cells = <2>; }; + + twl_pwrbutton: pwrbutton { + compatible = "ti,twl4030-pwrbutton"; + interrupts = <8>; + }; }; |