diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-28 16:11:12 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 13:23:37 +0100 |
commit | ed3c138eb3a81f4431d5fe545ae2b4b198ebfdfe (patch) | |
tree | b2b33ea006ad310249f0ee6be82ce9e91b1e9f74 /drivers/regulator/ab8500.c | |
parent | 8e6a8d7d23f904fb86686bcb835af971b68ae4b8 (diff) | |
download | talos-op-linux-ed3c138eb3a81f4431d5fe545ae2b4b198ebfdfe.tar.gz talos-op-linux-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.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 .owner = THIS_MODULE, .n_voltages = 1, .min_uV = 2000000, - .enable_time = 10000, + .enable_time = 500, }, .load_lp_uA = 1000, .update_bank = 0x03, |