Skip to content

Commit b11dec1

Browse files
rvoskbroonie
authored andcommitted
regulator: mp886x: Document MP8867 support
MP8867 is an I2C-controlled adjustable voltage regulator made by Monolithic Power Systems. The difference between MP8867 and MP8869 are: 1.If V_BOOT, the vref of MP8869 is fixed at 600mv while vref of MP8867 is determined by the I2C control. 2.For MP8867, when setting voltage, if the steps is within 5, we need to manually set the GO_BIT to 0. Signed-off-by: Jisheng Zhang <[email protected]> Link: https://lore.kernel.org/r/20200316223100.37805b22@xhacker Signed-off-by: Mark Brown <[email protected]>
1 parent 751ca3a commit b11dec1

File tree

1 file changed

+4
-2
lines changed
  • Documentation/devicetree/bindings/regulator

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/regulator/mp886x.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Monolithic Power Systems MP8869 voltage regulator
1+
Monolithic Power Systems MP8867/MP8869 voltage regulator
22

33
Required properties:
4-
- compatible: "mps,mp8869";
4+
- compatible: Must be one of the following.
5+
"mps,mp8867"
6+
"mps,mp8869"
57
- reg: I2C slave address.
68
- enable-gpios: enable gpios.
79
- mps,fb-voltage-divider: An array of two integers containing the resistor

0 commit comments

Comments
 (0)