Re: [U-Boot] [RFT 4/8] regulator: Add support for ramp delay

2019-02-11 Thread Krzysztof Kozlowski
On Sun, 10 Feb 2019 at 10:49, Simon Glass wrote: > > Hi Krzysztof, > > On Sat, 9 Feb 2019 at 16:54, Krzysztof Kozlowski wrote: > > > > Changing voltage and enabling regulator might require delays so the > > regulator stabilizes at expected level. > > > > Add support for "regulator-ramp-delay" bin

Re: [U-Boot] [RFT 4/8] regulator: Add support for ramp delay

2019-02-10 Thread Simon Glass
Hi Krzysztof, On Sat, 9 Feb 2019 at 16:54, Krzysztof Kozlowski wrote: > > Changing voltage and enabling regulator might require delays so the > regulator stabilizes at expected level. > > Add support for "regulator-ramp-delay" binding which can introduce > required time to both enabling the regul

[U-Boot] [RFT 4/8] regulator: Add support for ramp delay

2019-02-09 Thread Krzysztof Kozlowski
Changing voltage and enabling regulator might require delays so the regulator stabilizes at expected level. Add support for "regulator-ramp-delay" binding which can introduce required time to both enabling the regulator and to changing the voltage. Signed-off-by: Krzysztof Kozlowski --- drivers