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

Commit 3c4e121d authored by Senthil Kumar Rajagopal's avatar Senthil Kumar Rajagopal
Browse files

msm: isp: Fixing Configuration of epoch0



EPOCH 1 is configured instead of Epoch 0 in isp 47.
Configuring EPOCH 0 for 20 ines.

Change-Id: I2fa17ed80b5d4a3204ba7f55ae51b1a8432f7845
Signed-off-by: default avatarSenthil Kumar Rajagopal <skrajago@codeaurora.org>
parent 66bb76e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1331,7 +1331,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)