summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/input/twl4030-pwrbutton.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/input/twl4030-pwrbutton.txt')
-rw-r--r--dts/Bindings/input/twl4030-pwrbutton.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/dts/Bindings/input/twl4030-pwrbutton.txt b/dts/Bindings/input/twl4030-pwrbutton.txt
new file mode 100644
index 0000000000..c864a46cdd
--- /dev/null
+++ b/dts/Bindings/input/twl4030-pwrbutton.txt
@@ -0,0 +1,21 @@
+Texas Instruments TWL family (twl4030) pwrbutton module
+
+This module is part of the TWL4030. For more details about the whole
+chip see Documentation/devicetree/bindings/mfd/twl-familly.txt.
+
+This module provides a simple power button event via an Interrupt.
+
+Required properties:
+- compatible: should be one of the following
+ - "ti,twl4030-pwrbutton": For controllers compatible with twl4030
+- interrupts: should be one of the following
+ - <8>: For controllers compatible with twl4030
+
+Example:
+
+&twl {
+ twl_pwrbutton: pwrbutton {
+ compatible = "ti,twl4030-pwrbutton";
+ interrupts = <8>;
+ };
+};