From 25de9f590c0d9d48d821f332d73031ff6df76704 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Mon, 28 Aug 2017 17:24:41 +0800 Subject: MLK-16283 regulator: pfuze100: add 500us wait time for switch enable add 500us enable_time for switch to be stable while turned on. Signed-off-by: Robin Gong --- drivers/regulator/pfuze100-regulator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/regulator') diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index 77f3cdbe984d..7f7fb013965a 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c @@ -220,6 +220,7 @@ static const struct regulator_ops pfuze100_swb_regulator_ops = { .enable_val = 0xc, \ .disable_val = 0x0, \ .enable_mask = 0xf, \ + .enable_time = 500, \ }, \ .stby_reg = (base) + PFUZE100_STANDBY_OFFSET, \ .stby_mask = 0x3f, \ -- cgit v1.2.3