summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2014-06-12 09:20:47 +0100
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:42:42 +0900
commit1ad4ce7302704411a7c28e7302bee63ef48f2c37 (patch)
tree40cd1fe0434c765648470f881476a250896de6da /drivers/regulator
parent75783e5f01bce3136e8900ebec0876b76774ce92 (diff)
regulator: arizona-ldo1: Increase enable time
Recent evaluation of the device suggests that some systems might need an increased enable time, increase this to be safe. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/arizona-ldo1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c
index a1d07d347c20..bc438ea6c5b3 100644
--- a/drivers/regulator/arizona-ldo1.c
+++ b/drivers/regulator/arizona-ldo1.c
@@ -156,7 +156,7 @@ static const struct regulator_desc arizona_ldo1 = {
.min_uV = 900000,
.uV_step = 25000,
.n_voltages = 13,
- .enable_time = 500,
+ .enable_time = 3000,
.owner = THIS_MODULE,
};