aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power
diff options
context:
space:
mode:
authorFrans Klaver <frans.klaver@xsens.com>2015-01-14 03:15:46 -0500
committerSebastian Reichel <sre@kernel.org>2015-01-20 07:58:31 -0500
commit0f2ecb8fa29a0bcda8385bc2277d83e3aeaa2b75 (patch)
tree2341841aa6240a4688240a7edd63bbe2ae720264 /Documentation/devicetree/bindings/power
parentee18185331ded6bbcf1aa59b9a81545c1ff5eecd (diff)
power: reset: ltc2952: document optional trigger behavior
Document the fact that the trigger signal is now optional, and describe the behavior when this is used. While at it, fix a typo, and paraphrase a sentence to be less platform specific. Signed-off-by: Frans Klaver <frans.klaver@xsens.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r--Documentation/devicetree/bindings/power/reset/ltc2952-poweroff.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/ltc2952-poweroff.txt b/Documentation/devicetree/bindings/power/reset/ltc2952-poweroff.txt
index 0c94c637f63b..cd2d7f58a9d7 100644
--- a/Documentation/devicetree/bindings/power/reset/ltc2952-poweroff.txt
+++ b/Documentation/devicetree/bindings/power/reset/ltc2952-poweroff.txt
@@ -1,20 +1,23 @@
1Binding for the LTC2952 PowerPath controller 1Binding for the LTC2952 PowerPath controller
2 2
3This chip is used to externally trigger a system shut down. Once the trigger has 3This chip is used to externally trigger a system shut down. Once the trigger has
4been sent, the chips' watchdog has to be reset to gracefully shut down. 4been sent, the chip's watchdog has to be reset to gracefully shut down.
5If the Linux systems decides to shut down it powers off the platform via the 5A full powerdown can be triggered via the kill signal.
6kill signal.
7 6
8Required properties: 7Required properties:
9 8
10- compatible: Must contain: "lltc,ltc2952" 9- compatible: Must contain: "lltc,ltc2952"
11- trigger-gpios: phandle + gpio-specifier for the GPIO connected to the
12 chip's trigger line
13- watchdog-gpios: phandle + gpio-specifier for the GPIO connected to the 10- watchdog-gpios: phandle + gpio-specifier for the GPIO connected to the
14 chip's watchdog line 11 chip's watchdog line
15- kill-gpios: phandle + gpio-specifier for the GPIO connected to the 12- kill-gpios: phandle + gpio-specifier for the GPIO connected to the
16 chip's kill line 13 chip's kill line
17 14
15Optional properties:
16- trigger-gpios: phandle + gpio-specifier for the GPIO connected to the
17 chip's trigger line. If this property is not set, the
18 trigger function is ignored and the chip is kept alive
19 until an explicit kill signal is received
20
18Example: 21Example:
19 22
20ltc2952 { 23ltc2952 {