From dfaccd6b4f784523e87292de80040262b3228624 Mon Sep 17 00:00:00 2001 From: Karthik Anantha Ram Date: Thu, 3 Feb 2022 14:05:13 -0800 Subject: [PATCH] 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 --- .../cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid780.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid780.h b/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid780.h index e6bbdcb50d..a86abc6cd5 100644 --- a/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid780.h +++ b/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,