mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 18:11:59 +07:00
[media] adv7842: increase wait time
Wait 5ms after main reset. The data-sheet doesn't specify the wait after i2c-controlled reset, so using same value as after pin-controlled reset. Signed-off-by: Martin Bugge <marbugge@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
8e4e363153
commit
84aeed5310
@ -533,7 +533,7 @@ static void main_reset(struct v4l2_subdev *sd)
|
||||
|
||||
adv_smbus_write_byte_no_check(client, 0xff, 0x80);
|
||||
|
||||
mdelay(2);
|
||||
mdelay(5);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user