[media] a8293: add small sleep in order to settle LNB voltage
authorAntti Palosaari <crope@iki.fi>
Mon, 25 Feb 2013 11:24:18 +0000 (08:24 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 18 Dec 2013 09:18:31 +0000 (07:18 -0200)
PCTV 461e requires that small delay.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/a8293.c

index 74fbb5d..780da58 100644 (file)
@@ -96,6 +96,8 @@ static int a8293_set_voltage(struct dvb_frontend *fe,
        if (ret)
                goto err;
 
+       usleep_range(1500, 50000);
+
        return ret;
 err:
        dev_dbg(&priv->i2c->dev, "%s: failed=%d\n", __func__, ret);