diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2020-07-29 13:09:52 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-31 19:53:37 +0100 |
commit | b4b85af052f434bc3be5ee18462164986618feb1 (patch) | |
tree | fa12ac7375222f3990cab41095be88d613d51b08 /Documentation/devicetree/bindings/regulator | |
parent | ee6ad5a24575071b66bd37ffb2d8747a64fcb45f (diff) | |
download | lwn-b4b85af052f434bc3be5ee18462164986618feb1.tar.gz lwn-b4b85af052f434bc3be5ee18462164986618feb1.zip |
regulator: mp886x: support mps,switch-frequency
Both MP8867 and MP8869 support different switch frequency.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20200729130952.260671f1@xhacker
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/mp886x.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/mp886x.txt b/Documentation/devicetree/bindings/regulator/mp886x.txt index 551867829459..e747000cebba 100644 --- a/Documentation/devicetree/bindings/regulator/mp886x.txt +++ b/Documentation/devicetree/bindings/regulator/mp886x.txt @@ -9,6 +9,10 @@ Required properties: - mps,fb-voltage-divider: An array of two integers containing the resistor values R1 and R2 of the feedback voltage divider in kilo ohms. +Optional properties: +- mps,switch-frequency: The valid switch frequency in Hertz. Available values + are: 500000, 750000, 1000000, 1250000, 1500000 + Any property defined as part of the core regulator binding, defined in ./regulator.txt, can also be used. |