aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-03-28 16:11:12 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-01 13:23:37 +0100
commited3c138eb3a81f4431d5fe545ae2b4b198ebfdfe (patch)
treeb2b33ea006ad310249f0ee6be82ce9e91b1e9f74 /drivers/regulator/ab8500.c
parentregulator: ab8500: Add support for the ab9540 (diff)
downloadlinux-dev-ed3c138eb3a81f4431d5fe545ae2b4b198ebfdfe.tar.xz
linux-dev-ed3c138eb3a81f4431d5fe545ae2b4b198ebfdfe.zip
regulator: ab8500: Correct TVOUT regulator enable time
Update TVOUT regulator to match specification. Was 10ms - changed to 500us. Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/ab8500.c')
-rw-r--r--drivers/regulator/ab8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index 4d4d9dc33576..9de3a211b0b4 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -490,7 +490,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 2000000,
- .enable_time = 10000,
+ .enable_time = 500,
},
.load_lp_uA = 1000,
.update_bank = 0x03,