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

Commit 4a5db320 authored by Vivek Veenam's avatar Vivek Veenam
Browse files

msm: camera: Correct flip settings for ov5645



Correct the flip settings for full size and 1080p modes.

Change-Id: I6e70a869f05dc9b46723f9a71271aba049967bf6
CRs-Fixed: 652085
Signed-off-by: default avatarVivek Veenam <vveenam@codeaurora.org>
parent 04f8a4e5
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,},