summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2017-08-28 17:24:41 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:28:15 +0800
commit25de9f590c0d9d48d821f332d73031ff6df76704 (patch)
treee3eeba04344f17dcff370619407f7fe88c4f80fa /drivers/regulator
parent6d7f3db6aae7497d3fd1ae08b43d5bc421809fd8 (diff)
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 <yibin.gong@nxp.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/pfuze100-regulator.c1
1 files changed, 1 insertions, 0 deletions
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, \