mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
regulator: arizona-ldo1: Set appropriate value for ramp_delay
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1001354ca3
commit
88f0e3a5e6
@ -130,6 +130,7 @@ static const struct regulator_desc arizona_ldo1_hc = {
|
||||
.uV_step = 50000,
|
||||
.n_voltages = 8,
|
||||
.enable_time = 1500,
|
||||
.ramp_delay = 24000,
|
||||
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
@ -153,6 +154,7 @@ static const struct regulator_desc arizona_ldo1 = {
|
||||
.uV_step = 25000,
|
||||
.n_voltages = 13,
|
||||
.enable_time = 500,
|
||||
.ramp_delay = 24000,
|
||||
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user