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>
This commit is contained in:
Sebastian Reichel 2013-10-23 00:49:43 +02:00 committed by Benoit Cousson
parent a0bf1f3e45
commit a3317d4f2f

View file

@ -133,4 +133,9 @@ twl_pwmled: pwmled {
compatible = "ti,twl4030-pwmled";
#pwm-cells = <2>;
};
twl_pwrbutton: pwrbutton {
compatible = "ti,twl4030-pwrbutton";
interrupts = <8>;
};
};