summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2015-02-02 16:35:00 +0800
committerOctavian Purdila <octavian.purdila@nxp.com>2017-02-23 14:21:42 +0200
commit337a7b13e68f4c32c908e697cbeb8bdf6e1e15cd (patch)
tree9182f56dc1500dbf8f7c901ed1efa1c582f9a1b8 /Documentation
parent9eaa2ed4429a208359c7adf8ea7fde97874fd52a (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> (cherry picked from commit 46f1841de3e50e4f502478d341674bb1f01a48fc)
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 37c4ea076f88..03ea26d9ccba 100644
--- a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
@@ -14,6 +14,7 @@ Optional properties:
- anatop-delay-bit-shift: Bit shift for the step time register
- anatop-delay-bit-width: Number of bits used in the step time register
- vin-supply: The supply for this regulator
+- 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.
@@ -35,4 +36,5 @@ Example:
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1300000>;
+ anatop-enable-bit = <0>;
};