mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
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>
This commit is contained in:
parent
8e6a8d7d23
commit
ed3c138eb3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user