Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84aeed53 authored by Martin Bugge's avatar Martin Bugge Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarMartin Bugge <marbugge@cisco.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 8e4e3631
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}

/* ----------------------------------------------------------------------- */