1
0
Fork 0

regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case

Fix trivial typo.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
steinar/wifi_calib_4_9_kernel
Axel Lin 2015-06-10 18:52:11 +08:00 committed by Mark Brown
parent 0f7d6ece63
commit 366604ec0d
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ static int max8973_init_dcdc(struct max8973_chip *max,
max->desc.ramp_delay = 12000;
break;
case MAX8973_RAMP_25mV_PER_US:
max->desc.ramp_delay = 252000;
max->desc.ramp_delay = 25000;
break;
case MAX8973_RAMP_50mV_PER_US:
max->desc.ramp_delay = 50000;