Răsfoiți Sursa

msm: camera: isp: Correct offsets in CSID v780 header

Correct frame drop pattern/period offsets in CSID 780 header.

CRs-Fixed: 3123590
Change-Id: I0f94c1e6301ae7b90ab9e4ae5fdd0dcf8c283da1
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram 3 ani în urmă
părinte
comite
dfaccd6b4f

+ 2 - 2
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid780.h

@@ -602,7 +602,7 @@ static struct cam_ife_csid_ver2_path_reg_info
 		.debug_camif_1_addr               = 0x538,
 		.debug_camif_0_addr               = 0x53C,
 		.frm_drop_pattern_addr            = 0x540,
-		.frm_drop_period_addr             = 0x540,
+		.frm_drop_period_addr             = 0x544,
 		.irq_subsample_pattern_addr       = 0x548,
 		.irq_subsample_period_addr        = 0x54C,
 		.hcrop_addr                       = 0x550,
@@ -1000,7 +1000,7 @@ static struct cam_ife_csid_ver2_path_reg_info
 		.debug_camif_1_addr              = 0x938,
 		.debug_camif_0_addr              = 0x93C,
 		.frm_drop_pattern_addr           = 0x940,
-		.frm_drop_period_addr            = 0x940,
+		.frm_drop_period_addr            = 0x944,
 		.irq_subsample_pattern_addr      = 0x948,
 		.irq_subsample_period_addr       = 0x94C,
 		.hcrop_addr                      = 0x950,