Forráskód Böngészése

Merge "msm: camera: isp: Correct the hw reset cmd values" into camera-kernel.lnx.5.0

Savita Patted 4 éve
szülő
commit
d06cb2c462

+ 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_mode_frame_boundary_val             = 0x0,
 	.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_irq_ctrl_only_val               = 0x4,
 	.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_mode_frame_boundary_val                  = 0x0,
 	.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_irq_ctrl_only_val                    = 0x4,
 	.timestamp_strobe_val                         = 0x2,