summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mfd/twl4030-power.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/mfd/twl4030-power.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/mfd/twl4030-power.txt')
-rw-r--r--Documentation/devicetree/bindings/mfd/twl4030-power.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/Documentation/devicetree/bindings/mfd/twl4030-power.txt b/Documentation/devicetree/bindings/mfd/twl4030-power.txt
deleted file mode 100644
index 8e15ec35ac99..000000000000
--- a/Documentation/devicetree/bindings/mfd/twl4030-power.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Texas Instruments TWL family (twl4030) reset and power management module
-
-The power management module inside the TWL family provides several facilities
-to control the power resources, including power scripts. For now, the
-binding only supports the complete shutdown of the system after poweroff.
-
-Required properties:
-- compatible : must be "ti,twl4030-power"
-
-Optional properties:
-- ti,use_poweroff: With this flag, the chip will initiates an ACTIVE-to-OFF or
- SLEEP-to-OFF transition when the system poweroffs.
-
-Example:
-&i2c1 {
- clock-frequency = <2600000>;
-
- twl: twl@48 {
- reg = <0x48>;
- interrupts = <7>; /* SYS_NIRQ cascaded to intc */
- interrupt-parent = <&intc>;
-
- twl_power: power {
- compatible = "ti,twl4030-power";
- ti,use_poweroff;
- };
- };
-};