diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-28 12:11:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 08:23:37 -0400 |
commit | ed3c138eb3a81f4431d5fe545ae2b4b198ebfdfe (patch) | |
tree | b2b33ea006ad310249f0ee6be82ce9e91b1e9f74 | |
parent | 8e6a8d7d23f904fb86686bcb835af971b68ae4b8 (diff) |
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>
-rw-r--r-- | drivers/regulator/ab8500.c | 2 |
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 | |||
490 | .owner = THIS_MODULE, | 490 | .owner = THIS_MODULE, |
491 | .n_voltages = 1, | 491 | .n_voltages = 1, |
492 | .min_uV = 2000000, | 492 | .min_uV = 2000000, |
493 | .enable_time = 10000, | 493 | .enable_time = 500, |
494 | }, | 494 | }, |
495 | .load_lp_uA = 1000, | 495 | .load_lp_uA = 1000, |
496 | .update_bank = 0x03, | 496 | .update_bank = 0x03, |