Browse Source

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>
Sebastian Reichel 11 years ago
parent
commit
a3317d4f2f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm/boot/dts/twl4030.dtsi

+ 5 - 0
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>;
+	};
 };