diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-01-30 11:51:20 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-02-01 13:13:27 -0600 |
commit | c3b5dda04f3d041c228827e048279a6813ea7889 (patch) | |
tree | ebfb65b940d6b9de6e22a6174b24f4c68ea74790 /Documentation/devicetree/bindings/mfd | |
parent | 88c68f9dbf47833f3f13c79cd2ed7057fc094add (diff) | |
download | talos-obmc-linux-c3b5dda04f3d041c228827e048279a6813ea7889.tar.gz talos-obmc-linux-c3b5dda04f3d041c228827e048279a6813ea7889.zip |
dt-bindings: mfd: as3722: Drop reference to pm_power_off
Devicetree bindings are supposed to be operating system independent and
should thus not describe how a specific functionality is implemented in
Linux.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/as3722.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/as3722.txt b/Documentation/devicetree/bindings/mfd/as3722.txt index 4f64b2a73169..0b2a6099aa20 100644 --- a/Documentation/devicetree/bindings/mfd/as3722.txt +++ b/Documentation/devicetree/bindings/mfd/as3722.txt @@ -122,8 +122,7 @@ Following are properties of regulator subnode. Power-off: ========= -AS3722 supports the system power off by turning off all its rail. This -is provided through pm_power_off. +AS3722 supports the system power off by turning off all its rails. The device node should have the following properties to enable this functionality ams,system-power-controller: Boolean, to enable the power off functionality |