Skip to content

Commit

Permalink
regulator: DT: Add settling time property for non-linear voltage change
Browse files Browse the repository at this point in the history
Some regulators (some PWM regulators) have the voltage transition
exponentially. On such cases, the settling time for voltage change
is treated as constant time.

Add DT property for providing the settling time for any level of
voltage change for non-linear voltage change.

signed-off-by: Laxman Dewangan <[email protected]>
Acked-by: Rob Herring <[email protected]>

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
ldewangan authored and broonie committed Apr 5, 2017
1 parent d00b746 commit cfd2ced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/regulator/regulator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Optional properties:
design requires. This property describes the total system ramp time
required due to the combination of internal ramping of the regulator itself,
and board design issues such as trace capacitance and load on the supply.
- regulator-settling-time-us: Settling time, in microseconds, for voltage
change if regulator have the constant time for any level voltage change.
This is useful when regulator have exponential voltage change.
- regulator-soft-start: Enable soft start so that voltage ramps slowly
- regulator-state-mem sub-root node for Suspend-to-RAM mode
: suspend to memory, the device goes to sleep, but all data stored in memory,
Expand Down

0 comments on commit cfd2ced

Please sign in to comment.