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

Commit 36f274fd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Correct flip settings for ov5645"

parents 0e828a51 4a5db320
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -166,7 +166,8 @@ static struct msm_camera_i2c_reg_conf ov5645_full_settings[] = {
	{0x3813, 0x06,},
	{0x3814, 0x11,},
	{0x3815, 0x11,},
	{0x3820, 0x40,},
	{0x3820, 0x47,},
	{0x4514, 0x88,},
	{0x3a02, 0x07,},
	{0x3a03, 0xb0,},
	{0x3a08, 0x01,},
@@ -215,7 +216,8 @@ static struct msm_camera_i2c_reg_conf ov5645_1080P_settings[] = {
	{0x3813, 0x04,},
	{0x3814, 0x11,},
	{0x3815, 0x11,},
	{0x3820, 0x40,},
	{0x3820, 0x47,},
	{0x4514, 0x88,},
	{0x3a02, 0x04,},
	{0x3a03, 0x60,},
	{0x3a08, 0x01,},