summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMasahiro Nakai <nakai@atmark-techno.com>2012-05-08 01:22:31 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-15 16:15:35 -0300
commit61282daf505f3c8def09332ca337ac257b792029 (patch)
tree99b2c4c1e8611df75976c066478905adb291f33b /drivers/media
parent2564f67bc8d56e5c7fc2970f80f41f2d38db3e21 (diff)
downloadlinux-61282daf505f3c8def09332ca337ac257b792029.tar.gz
linux-61282daf505f3c8def09332ca337ac257b792029.tar.xz
linux-61282daf505f3c8def09332ca337ac257b792029.zip
[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 <nakai@atmark-techno.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-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);