From 5f978b516f07e9753ab333d352f4a8752afba290 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Mon, 28 Aug 2017 17:24:41 +0800 Subject: [PATCH] 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(+) diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index 1f4dfa03b065..92bf0c952583 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c @@ -215,6 +215,7 @@ static 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, \ -- 2.17.1