From: Vince Hsu Date: Thu, 26 Dec 2013 21:48:47 +0000 (-0800) Subject: regulator: as3722: set enable time for SD0/1/6 X-Git-Tag: v3.14-rc1~92^2~2^8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb04f1b0c0731467190d7953cf7cf1105698a666;p=profile%2Fivi%2Fkernel-x86-ivi.git 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: Vince Hsu Signed-off-by: Andrew Bresticker Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/as3722-regulator.c b/drivers/regulator/as3722-regulator.c index 3d7fbc2..5c84ff4 100644 --- a/drivers/regulator/as3722-regulator.c +++ b/drivers/regulator/as3722-regulator.c @@ -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: