Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61282daf authored by Masahiro Nakai's avatar Masahiro Nakai Committed by Mauro Carvalho Chehab
Browse files

[media] V4L2: mt9t112: fixup JPEG initialization workaround

parent 2564f67b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);