aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Nakai <[email protected]>2012-05-08 01:22:31 -0300
committerMauro Carvalho Chehab <[email protected]>2012-05-15 16:15:35 -0300
commit61282daf505f3c8def09332ca337ac257b792029 (patch)
tree99b2c4c1e8611df75976c066478905adb291f33b
parent2564f67bc8d56e5c7fc2970f80f41f2d38db3e21 (diff)
[media] V4L2: mt9t112: fixup JPEG initialization workaround
It has been indicated on Atmark Techno Web page http://armadillo.atmark-techno.com/faq/a800eva-dont-work-camera Signed-off-by: Masahiro Nakai <[email protected]> Signed-off-by: Kuninori Morimoto <[email protected]> Signed-off-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/video/mt9t112.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c
index 8d1445f12708..e1ae46a7ee96 100644
--- a/drivers/media/video/mt9t112.c
+++ b/drivers/media/video/mt9t112.c
@@ -453,6 +453,7 @@ static int mt9t112_init_pll(const struct i2c_client *client)
* I2C Master Clock Divider
*/
mt9t112_reg_write(ret, client, 0x0014, 0x3046);
+ mt9t112_reg_write(ret, client, 0x0016, 0x0400); /* JPEG initialization workaround */
mt9t112_reg_write(ret, client, 0x0022, 0x0190);
mt9t112_reg_write(ret, client, 0x3B84, 0x0212);