diff options
author | Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> | 2016-04-05 07:59:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-05 20:35:33 +0200 |
commit | a221f95ef4257a48c4f8cba8e804431ab66a359d (patch) | |
tree | ed8efa777fdae7ab108c9bf585cd9dca6d6b3a63 /Documentation/devicetree/bindings/regulator | |
parent | regulator: twl: Regulator mode should not depend on regulator enabled state (diff) | |
download | linux-a221f95ef4257a48c4f8cba8e804431ab66a359d.tar.xz linux-a221f95ef4257a48c4f8cba8e804431ab66a359d.zip |
regulator: twl: Provide of_map_mode for twl4030
of_map_mode is needed so to be possible to set initial regulators mode from
the board DTS. Otherwise, for DT boot, regulators are left in their default
state after reset/reboot. Document device specific modes as well.
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/twl-regulator.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/twl-regulator.txt b/Documentation/devicetree/bindings/regulator/twl-regulator.txt index 75b0c1669504..74a91c4f8530 100644 --- a/Documentation/devicetree/bindings/regulator/twl-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/twl-regulator.txt @@ -57,6 +57,12 @@ For twl4030 regulators/LDOs Optional properties: - Any optional property defined in bindings/regulator/regulator.txt +For twl4030 regulators/LDOs: + - regulator-initial-mode: + - 0x08 - Sleep mode, the nominal output voltage is maintained with low power + consumption with low load current capability. + - 0x0e - Active mode, the regulator can deliver its nominal output voltage + with full-load current capability. Example: |