diff options
author | Anand K Mistry <amistry@google.com> | 2020-07-02 16:23:18 +1000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-02 15:25:46 +0100 |
commit | 347f12d573412cb7ba4781b58f42f0ca7eecde6d (patch) | |
tree | 768dc4938b564b2474b6b40bc55c1930f8ea2e8c /Documentation/devicetree/bindings/regulator | |
parent | 8096236db4349c43a2b19b8ceb11b0b997354223 (diff) | |
download | lwn-347f12d573412cb7ba4781b58f42f0ca7eecde6d.tar.gz lwn-347f12d573412cb7ba4781b58f42f0ca7eecde6d.zip |
regulator: mt6397: Document valid modes
Document valid mode values for BUCK regulators.
Signed-off-by: Anand K Mistry <amistry@google.com>
Link: https://lore.kernel.org/r/20200702162231.v2.2.I0a814b246cfe47f8dd1e25553ee881cbcfd0d8eb@changeid
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/mt6397-regulator.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/mt6397-regulator.txt b/Documentation/devicetree/bindings/regulator/mt6397-regulator.txt index 01141fb00875..c080086d3e62 100644 --- a/Documentation/devicetree/bindings/regulator/mt6397-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/mt6397-regulator.txt @@ -16,6 +16,9 @@ LDO: ldo_vemc3v3, ldo_vgp1, ldo_vgp2, ldo_vgp3, ldo_vgp4, ldo_vgp5, ldo_vgp6, ldo_vibr +BUCK regulators can set regulator-initial-mode and regulator-allowed-modes to +values specified in dt-bindings/regulator/mediatek,mt6397-regulator.h + Example: pmic { compatible = "mediatek,mt6397"; |