summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2013-11-27 11:27:56 +0200
committerTerje Bergstrom <tbergstrom@nvidia.com>2013-11-29 00:25:42 -0800
commit8a53d2ce0265b1c6584cc21dc286248c2571a62b (patch)
tree0f412e0d8462edf1ec8331fd4295e98bd0d08f55 /drivers/regulator
parent5319cfe87490eb038b6355eeab9d4912d95d8eef (diff)
regulator: palmas: Set smps enable delay to 600us
Enable time of 275us is not enough for all cases. Bump it to 600us. Bug 1404859 Change-Id: I786e7c80b2fce123346c2c88a01de3ca54728ca9 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/336129 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/palmas-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index 72433a444694..2e229925429c 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -1444,7 +1444,7 @@ static int palmas_regulators_probe(struct platform_device *pdev)
goto err_unregister_regulator;
pmic->current_reg_mode[id] = reg &
PALMAS_SMPS12_CTRL_MODE_ACTIVE_MASK;
- pmic->desc[id].enable_time = 275;
+ pmic->desc[id].enable_time = 600;
break;
}