refresh/rename patches
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 806-ARM_dts_TWL4030_Add_power_button_support.patch
1 From a3317d4f2fcd064071bc188cbbc2769dda73e487 Mon Sep 17 00:00:00 2001
2 From: Sebastian Reichel <sre@debian.org>
3 Date: Tue, 22 Oct 2013 22:49:43 +0000
4 Subject: ARM: dts: TWL4030: Add power button support
5
6 Enable support for the power button.
7
8 Signed-off-by: Sebastian Reichel <sre@debian.org>
9 Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
10 ---
11 --- a/arch/arm/boot/dts/twl4030.dtsi
12 +++ b/arch/arm/boot/dts/twl4030.dtsi
13 @@ -133,4 +133,9 @@
14 compatible = "ti,twl4030-pwmled";
15 #pwm-cells = <2>;
16 };
17 +
18 + twl_pwrbutton: pwrbutton {
19 + compatible = "ti,twl4030-pwrbutton";
20 + interrupts = <8>;
21 + };
22 };