提交 ed3c138e 编写于 作者: L Lee Jones 提交者: Mark Brown

regulator: ab8500: Correct TVOUT regulator enable time

Update TVOUT regulator to match specification.

Was 10ms - changed to 500us.
Signed-off-by: NJonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Reviewed-by: NBengt JONSSON <bengt.g.jonsson@stericsson.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 8e6a8d7d
...@@ -490,7 +490,7 @@ static struct ab8500_regulator_info ...@@ -490,7 +490,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE, .owner = THIS_MODULE,
.n_voltages = 1, .n_voltages = 1,
.min_uV = 2000000, .min_uV = 2000000,
.enable_time = 10000, .enable_time = 500,
}, },
.load_lp_uA = 1000, .load_lp_uA = 1000,
.update_bank = 0x03, .update_bank = 0x03,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册