diff options
author | Bill Huang <bilhuang@nvidia.com> | 2013-08-08 04:45:05 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-08-14 18:53:17 +0100 |
commit | b81eec09a484c588ead035003ce7555ca8a9963a (patch) | |
tree | b6da5dbb56f0718cd9e67134e14ffda1ce2b0e65 /Documentation | |
parent | 3134bcae4f70d56df31a5b024c54115d4f504727 (diff) | |
download | blackbird-op-linux-b81eec09a484c588ead035003ce7555ca8a9963a.tar.gz blackbird-op-linux-b81eec09a484c588ead035003ce7555ca8a9963a.zip |
mfd: palmas: Add power off control
Hook up "pm_power_off" to palmas power off routine if there is DT
property "ti,system-power-controller" defined, so platform which is
powered by this regulator can be powered off properly.
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com>
Signed-off-by: Bill Huang <bilhuang@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/palmas-pmic.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt index d5a308629c57..02f4c0eb601e 100644 --- a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt +++ b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt @@ -37,6 +37,9 @@ Optional nodes: ti,smps-range - OTP has the wrong range set for the hardware so override 0 - low range, 1 - high range. +- ti,system-power-controller: Telling whether or not this pmic is controlling + the system power. + Example: #include <dt-bindings/interrupt-controller/irq.h> @@ -49,6 +52,8 @@ pmic { ti,ldo6-vibrator; + ti,system-power-controller; + regulators { smps12_reg : smps12 { regulator-name = "smps12"; |