diff options
author | Martin Bugge <marbugge@cisco.com> | 2013-12-05 09:56:32 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 03:31:19 -0500 |
commit | 84aeed5310d7ea589ee703636d45bb56de0adb7f (patch) | |
tree | 4bb42207c90441fbfd454fa47d11de25c020e6e3 | |
parent | 8e4e3631531050c6287a9fc3542c26b601f3e533 (diff) |
[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>
-rw-r--r-- | drivers/media/i2c/adv7842.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 86db9fca77f6..f16437ceed4a 100644 --- a/drivers/media/i2c/adv7842.c +++ b/drivers/media/i2c/adv7842.c | |||
@@ -533,7 +533,7 @@ static void main_reset(struct v4l2_subdev *sd) | |||
533 | 533 | ||
534 | adv_smbus_write_byte_no_check(client, 0xff, 0x80); | 534 | adv_smbus_write_byte_no_check(client, 0xff, 0x80); |
535 | 535 | ||
536 | mdelay(2); | 536 | mdelay(5); |
537 | } | 537 | } |
538 | 538 | ||
539 | /* ----------------------------------------------------------------------- */ | 539 | /* ----------------------------------------------------------------------- */ |