summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@debian.org>2013-10-12 18:24:04 +0200
committerSebastian Reichel <sre@debian.org>2013-10-12 23:53:27 +0200
commitc839f52be6909bfe6a8461bcd089eb3bc174b897 (patch)
treee178353b9d32e273962f8dd61fe05b207fa15170
parent42fb96788d22ecb35c7361e96e5872b594a2d87f (diff)
downloadlinux-c839f52be6909bfe6a8461bcd089eb3bc174b897.tar.bz2
ARM: dts: twl4030: Add power button support
Enable support for the power button. Signed-off-by: Sebastian Reichel <sre@debian.org>
-rw-r--r--arch/arm/boot/dts/twl4030.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index 773c94c4d73f..19e3cd069a98 100644
--- a/arch/arm/boot/dts/twl4030.dtsi
+++ b/arch/arm/boot/dts/twl4030.dtsi
@@ -104,4 +104,9 @@
keypad,num-rows = <8>;
keypad,num-columns = <8>;
};
+
+ twl_pwrbutton: pwrbutton {
+ compatible = "ti,twl4030-pwrbutton";
+ interrupts = <8>;
+ };
};