Browse Source

msm: camera: isp: Correct the hw reset cmd values

Correct the hw reset command values in CSID.

CRs-Fixed: 2830502
Change-Id: I3c61dae708a7a36a4caf8c90078ff2c3814e0dcd
Signed-off-by: Gaurav Jindal <[email protected]>
Gaurav Jindal 4 years ago
parent
commit
aa76804bcf

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid680.h

@@ -898,7 +898,7 @@ static struct cam_ife_csid_ver2_common_reg_info
 	.rst_loc_complete_csid_val               = 0x1,
 	.rst_loc_complete_csid_val               = 0x1,
 	.rst_mode_frame_boundary_val             = 0x0,
 	.rst_mode_frame_boundary_val             = 0x0,
 	.rst_mode_immediate_val                  = 0x1,
 	.rst_mode_immediate_val                  = 0x1,
-	.rst_cmd_hw_reset_complete_val           = 0x0,
+	.rst_cmd_hw_reset_complete_val           = 0x1,
 	.rst_cmd_sw_reset_complete_val           = 0x2,
 	.rst_cmd_sw_reset_complete_val           = 0x2,
 	.rst_cmd_irq_ctrl_only_val               = 0x4,
 	.rst_cmd_irq_ctrl_only_val               = 0x4,
 	.timestamp_strobe_val                    = 0x2,
 	.timestamp_strobe_val                    = 0x2,

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_lite680.h

@@ -137,7 +137,7 @@ static struct cam_ife_csid_ver2_common_reg_info
 	.rst_loc_complete_csid_val                    = 0x1,
 	.rst_loc_complete_csid_val                    = 0x1,
 	.rst_mode_frame_boundary_val                  = 0x0,
 	.rst_mode_frame_boundary_val                  = 0x0,
 	.rst_mode_immediate_val                       = 0x1,
 	.rst_mode_immediate_val                       = 0x1,
-	.rst_cmd_hw_reset_complete_val                = 0x0,
+	.rst_cmd_hw_reset_complete_val                = 0x1,
 	.rst_cmd_sw_reset_complete_val                = 0x2,
 	.rst_cmd_sw_reset_complete_val                = 0x2,
 	.rst_cmd_irq_ctrl_only_val                    = 0x4,
 	.rst_cmd_irq_ctrl_only_val                    = 0x4,
 	.timestamp_strobe_val                         = 0x2,
 	.timestamp_strobe_val                         = 0x2,