summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2015-02-02 16:35:00 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:21:26 -0500
commit33b0ed326d5a27ae67e89600c076eb05688c1160 (patch)
tree20f27678eedf18eb3b5a039d94ff2bb3ad062d15 /Documentation
parentc2c2cbc46fda3e8ea798d270a3410f351af9d1ca (diff)
MLK-10196-2 doc: anatop-regulator: add anatop-enable-bit property
It is optional, and only for 3p0, 2p5, and 1p1. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/regulator/anatop-regulator.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
index 758eae24082a..6afe31d295f6 100644
--- a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
@@ -13,6 +13,7 @@ Optional properties:
- anatop-delay-reg-offset: Anatop MFD step time register offset
- anatop-delay-bit-shift: Bit shift for the step time register
- anatop-delay-bit-width: Number of bits used in the step time register
+- anatop-enable-bit: Regulator output offset bit, only for 3p0, 2p5, and 1p1.
Any property defined as part of the core regulator
binding, defined in regulator.txt, can also be used.
@@ -34,4 +35,5 @@ Example:
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1300000>;
+ anatop-enable-bit = <0>;
};