increase slot reset time

This commit is contained in:
internal 2024-01-30 17:18:17 +01:00
parent 70a119c0db
commit 1124f00b34

View File

@ -110,7 +110,7 @@ static int slot_reset(struct dvb_ca_en50221 *ca, int slot)
CI_CONTROL(ci)); CI_CONTROL(ci));
ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON | CI_RESET_CAM, ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON | CI_RESET_CAM,
CI_CONTROL(ci)); CI_CONTROL(ci));
usleep_range(20, 25); msleep(20);
ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON, ddbwritel(ci->port->dev, CI_ENABLE | CI_POWER_ON,
CI_CONTROL(ci)); CI_CONTROL(ci));
return 0; return 0;