All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize
@ 2010-02-02  4:54 Kuninori Morimoto
  2011-09-18 15:56 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 10+ messages in thread
From: Kuninori Morimoto @ 2010-02-02  4:54 UTC (permalink / raw)
  To: Guennadi; +Cc: Linux-V4L2, Takashi.Namiki, Phil.Edworthy

mt9t112 camera needs 100 milliseconds for initializing
Special thanks to Phil

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Reported-by: Phil Edworthy <Phil.Edworthy@renesas.com>
---
 drivers/media/video/mt9t112.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c
index 7438f8d..e581d8a 100644
--- a/drivers/media/video/mt9t112.c
+++ b/drivers/media/video/mt9t112.c
@@ -885,7 +885,7 @@ static int mt9t112_s_stream(struct v4l2_subdev *sd, int enable)
 		/* Invert PCLK (Data sampled on falling edge of pixclk) */
 		mt9t112_reg_write(ret, client, 0x3C20, param);
 
-		mdelay(5);
+		mdelay(100);
 
 		priv->flags |= INIT_DONE;
 	}
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-10-19  7:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-02  4:54 [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize Kuninori Morimoto
2011-09-18 15:56 ` Mauro Carvalho Chehab
2011-09-18 16:12   ` Guennadi Liakhovetski
2011-09-20  0:29     ` Kuninori Morimoto
2011-09-20  7:33       ` Guennadi Liakhovetski
2011-09-30  9:19         ` Guennadi Liakhovetski
2011-10-13  5:59           ` Kuninori Morimoto
2011-10-18 16:43             ` Guennadi Liakhovetski
2011-10-19  0:56               ` Kuninori Morimoto
2011-10-19  7:56                 ` phil.edworthy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.