Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb04f1b0 authored by Vince Hsu's avatar Vince Hsu Committed by Mark Brown
Browse files

regulator: as3722: set enable time for SD0/1/6



Add an enable time of 600us for SD0/1/6 to ensure that we have
enough setup time for the power rail.

Signed-off-by: default avatarVince Hsu <vinceh@nvidia.com>
Signed-off-by: default avatarAndrew Bresticker <abrestic@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 762a8ee8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -845,6 +845,7 @@ static int as3722_regulator_probe(struct platform_device *pdev)
			}
			}
			as3722_regs->desc[id].uV_step = 10000;
			as3722_regs->desc[id].uV_step = 10000;
			as3722_regs->desc[id].linear_min_sel = 1;
			as3722_regs->desc[id].linear_min_sel = 1;
			as3722_regs->desc[id].enable_time = 600;
			break;
			break;
		case AS3722_REGULATOR_ID_SD2:
		case AS3722_REGULATOR_ID_SD2:
		case AS3722_REGULATOR_ID_SD3:
		case AS3722_REGULATOR_ID_SD3: