ioc:kernel-driver: Fix startup delay for normal mode
This commit is contained in:
parent
3ae19dc20a
commit
0ec64e6a39
@ -292,7 +292,7 @@ static int lw35ioc_chardev_open(struct inode *inodep, struct file *filep) {
|
||||
break;
|
||||
case PASSIVE:
|
||||
lw35ioc_reset_ioc_hw(serdev);
|
||||
usleep_range(1000000, 1010000);
|
||||
usleep_range(2100000, 2210000);
|
||||
dev_info(&serdev->dev, "Put ioc into active mode.\n");
|
||||
priv->state = ACTIVE;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user