提交 61282daf 编写于 作者: M Masahiro Nakai 提交者: Mauro Carvalho Chehab

[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-cameraSigned-off-by: NMasahiro Nakai <nakai@atmark-techno.com>
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 2564f67b
...@@ -453,6 +453,7 @@ static int mt9t112_init_pll(const struct i2c_client *client) ...@@ -453,6 +453,7 @@ static int mt9t112_init_pll(const struct i2c_client *client)
* I2C Master Clock Divider * I2C Master Clock Divider
*/ */
mt9t112_reg_write(ret, client, 0x0014, 0x3046); 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, 0x0022, 0x0190);
mt9t112_reg_write(ret, client, 0x3B84, 0x0212); mt9t112_reg_write(ret, client, 0x3B84, 0x0212);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册