summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/regulator
diff options
context:
space:
mode:
authorBill Huang <bilhuang@nvidia.com>2013-08-08 04:45:05 -0700
committerLee Jones <lee.jones@linaro.org>2013-08-14 18:53:17 +0100
commitb81eec09a484c588ead035003ce7555ca8a9963a (patch)
treeb6da5dbb56f0718cd9e67134e14ffda1ce2b0e65 /Documentation/devicetree/bindings/regulator
parent3134bcae4f70d56df31a5b024c54115d4f504727 (diff)
downloadop-kernel-dev-b81eec09a484c588ead035003ce7555ca8a9963a.zip
op-kernel-dev-b81eec09a484c588ead035003ce7555ca8a9963a.tar.gz
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/devicetree/bindings/regulator')
-rw-r--r--Documentation/devicetree/bindings/regulator/palmas-pmic.txt5
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 d5a3086..02f4c0e 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";
OpenPOWER on IntegriCloud