diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-01-10 08:30:14 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-23 18:15:44 +0000 |
commit | ca7734ad77b4ffb83a03c80b8d64d40c7ef49263 (patch) | |
tree | 1ab7dd6bb69a4981852b93b6c3a086df03bb8ee8 /Documentation/devicetree/bindings/regulator | |
parent | d00b74613fb18dfd0a5aa99270ee2e72d5c808d7 (diff) | |
download | talos-obmc-linux-ca7734ad77b4ffb83a03c80b8d64d40c7ef49263.tar.gz talos-obmc-linux-ca7734ad77b4ffb83a03c80b8d64d40c7ef49263.zip |
regulator: anatop: Add support for "anatop-enable-bit"
Add code to support support for "anatop-enable-bit" device-tree
property. This property translates to LINREG_ENABLE bit in real hardware
and is present on 1p1, 2p5 and 3p0 regulators on i.MX6 and 1p0d regulator
on i.MX7.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/anatop-regulator.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt index 37c4ea076f88..1d58c8cfdbc0 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 enable bit offset Any property defined as part of the core regulator binding, defined in regulator.txt, can also be used. |