Skip to content

Commit 543853d

Browse files
Matthias Kaehlckebroonie
authored andcommitted
regulator: DT: Add properties for asymmetric settling times
Some regulators have different settling times for voltage increases and decreases. Add DT properties to define separate settling times for up- and downward voltage changes. Signed-off-by: Matthias Kaehlcke <[email protected]> Acked-by: Laxman Dewangan <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 2ea659a commit 543853d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/regulator/regulator.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Optional properties:
2424
- regulator-settling-time-us: Settling time, in microseconds, for voltage
2525
change if regulator have the constant time for any level voltage change.
2626
This is useful when regulator have exponential voltage change.
27+
- regulator-settling-time-up-us: Settling time, in microseconds, for voltage
28+
increase if the regulator needs a constant time to settle after voltage
29+
increases of any level. This is useful for regulators with exponential
30+
voltage changes.
31+
- regulator-settling-time-down-us: Settling time, in microseconds, for voltage
32+
decrease if the regulator needs a constant time to settle after voltage
33+
decreases of any level. This is useful for regulators with exponential
34+
voltage changes.
2735
- regulator-soft-start: Enable soft start so that voltage ramps slowly
2836
- regulator-state-mem sub-root node for Suspend-to-RAM mode
2937
: suspend to memory, the device goes to sleep, but all data stored in memory,

0 commit comments

Comments
 (0)