Re: [U-Boot] [RFT 6/8] power: regulator: s2mps11: Add enable delay

2019-02-11 Thread Krzysztof Kozlowski
On Mon, 11 Feb 2019 at 08:11, Lukasz Majewski wrote: > > Hi Krzysztof, > > > According to datasheet, the output on LDO regulators will start > > appearing after 10-15 us. > > > > Signed-off-by: Krzysztof Kozlowski > > --- > > drivers/power/regulator/s2mps11_regulator.c | 9 - > > 1 file

Re: [U-Boot] [RFT 6/8] power: regulator: s2mps11: Add enable delay

2019-02-10 Thread Lukasz Majewski
Hi Krzysztof, > According to datasheet, the output on LDO regulators will start > appearing after 10-15 us. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/power/regulator/s2mps11_regulator.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/drivers/power/

[U-Boot] [RFT 6/8] power: regulator: s2mps11: Add enable delay

2019-02-09 Thread Krzysztof Kozlowski
According to datasheet, the output on LDO regulators will start appearing after 10-15 us. Signed-off-by: Krzysztof Kozlowski --- drivers/power/regulator/s2mps11_regulator.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/power/regulator/s2mps11_regulator.c b/