summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
diff options
context:
space:
mode:
authorSebastian Reichel <sre@debian.org>2013-11-08 18:44:53 +0100
committerSebastian Reichel <sre@kernel.org>2014-04-23 17:44:55 +0200
commita555dfa40b9f46b0b32d4903e01989b964bfefb6 (patch)
tree165b24611f6d4c078479e1c27981964713a4120f /Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
parent5555389b8e2c6cf8267b1708a6d56925ef5a50d8 (diff)
downloadlinux-a555dfa40b9f46b0b32d4903e01989b964bfefb6.tar.bz2
Documentation: dt: Merge TWL family documentation
Merge all TWL family subnode documentation into the TWL family documentation file and fix typo in its filename. Signed-off-by: Sebastian Reichel <sre@debian.org>
Diffstat (limited to 'Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt')
-rw-r--r--Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt b/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
deleted file mode 100644
index c864a46cddcf..000000000000
--- a/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-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>;
- };
-};