-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'regulator/topic/tps51632' into regulato…
…r-next
- Loading branch information
Showing
2 changed files
with
130 additions
and
49 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
Documentation/devicetree/bindings/regulator/tps51632-regulator.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
TPS51632 Voltage regulators | ||
|
||
Required properties: | ||
- compatible: Must be "ti,tps51632" | ||
- reg: I2C slave address | ||
|
||
Optional properties: | ||
- ti,enable-pwm-dvfs: Enable the DVFS voltage control through the PWM interface. | ||
- ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this | ||
will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage | ||
step is 10mV as per datasheet. | ||
|
||
Any property defined as part of the core regulator binding, defined in | ||
regulator.txt, can also be used. | ||
|
||
Example: | ||
|
||
tps51632 { | ||
compatible = "ti,tps51632"; | ||
reg = <0x43>; | ||
regulator-name = "tps51632-vout"; | ||
regulator-min-microvolt = <500000>; | ||
regulator-max-microvolt = <1500000>; | ||
regulator-boot-on; | ||
ti,enable-pwm-dvfs; | ||
ti,dvfs-step-20mV; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters