Skip to content

Commit

Permalink
regulator: as3722: set enable time for SD0/1/6
Browse files Browse the repository at this point in the history
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: Vince Hsu <vinceh@nvidia.com>
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Vince Hsu authored and Mark Brown committed Jan 6, 2014
1 parent 762a8ee commit fb04f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/as3722-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ static int as3722_regulator_probe(struct platform_device *pdev)
}
as3722_regs->desc[id].uV_step = 10000;
as3722_regs->desc[id].linear_min_sel = 1;
as3722_regs->desc[id].enable_time = 600;
break;
case AS3722_REGULATOR_ID_SD2:
case AS3722_REGULATOR_ID_SD3:
Expand Down

0 comments on commit fb04f1b

Please sign in to comment.