1
0
Fork 0

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>
pull/10/head
Robin Gong 2017-08-28 17:24:41 +08:00 committed by Jason Liu
parent c0c3ec31a9
commit 32318396f2
1 changed files with 1 additions and 0 deletions

View File

@ -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, \