Skip to content

Commit

Permalink
regulator: ab8500: Correct TVOUT regulator enable time
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones authored and Mark Brown committed Apr 1, 2013
1 parent 8e6a8d7 commit ed3c138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed3c138

Please sign in to comment.