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 <quic_kartanan@quicinc.com>
This commit is contained in:
Karthik Anantha Ram
2022-02-03 14:05:13 -08:00
committed by Camera Software Integration
vanhempi d503e9996c
commit dfaccd6b4f

Näytä tiedosto

@@ -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,