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

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

Merge "msm: isp: Fixing Configuration of epoch0"

parents 9cebe494 3c4e121d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1333,7 +1333,8 @@ static void msm_vfe47_update_camif_state(struct vfe_device *vfe_dev,
		msm_camera_io_w(val, vfe_dev->vfe_base + 0x47C);
		msm_camera_io_w_mb(0x4, vfe_dev->vfe_base + 0x478);
		msm_camera_io_w_mb(0x1, vfe_dev->vfe_base + 0x478);
		msm_camera_io_w_mb(0x200, vfe_dev->vfe_base + 0x4A0);
		/* configure EPOCH0 for 20 lines */
		msm_camera_io_w_mb(0x140000, vfe_dev->vfe_base + 0x4A0);
		vfe_dev->axi_data.src_info[VFE_PIX_0].active = 1;
		/* testgen GO*/
		if (vfe_dev->axi_data.src_info[VFE_PIX_0].input_mux == TESTGEN)