ARM: dts: TWL4030: Add power button support
authorSebastian Reichel <sre@debian.org>
Tue, 22 Oct 2013 22:49:43 +0000 (00:49 +0200)
committerBenoit Cousson <bcousson@baylibre.com>
Wed, 23 Oct 2013 08:15:12 +0000 (10:15 +0200)
Enable support for the power button.

Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/twl4030.dtsi

index cb5afcd..af7fa40 100644 (file)
                compatible = "ti,twl4030-pwmled";
                #pwm-cells = <2>;
        };
+
+       twl_pwrbutton: pwrbutton {
+               compatible = "ti,twl4030-pwrbutton";
+               interrupts = <8>;
+       };
 };