[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:
Martin Bugge 2013-12-05 11:56:32 -03:00 committed by Mauro Carvalho Chehab
parent 8e4e363153
commit 84aeed5310
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/* ----------------------------------------------------------------------- */