浏览代码

msm: camera: isp: Update pdlib masks for v680 hw

Update pdaf sof and eof masks to match with spec.

CRs-Fixed: 2841729
Change-Id: I38451066eb909c62362b1560982a2c85054d9478
Signed-off-by: Mukund Madhusudan Atre <[email protected]>
Mukund Madhusudan Atre 4 年之前
父节点
当前提交
d4a022f1a6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe680.h

+ 2 - 2
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe680.h

@@ -498,8 +498,8 @@ static struct cam_vfe_ver4_path_reg_data vfe680_vfe_full_rdi_reg_data[3] = {
 };
 
 static struct cam_vfe_ver4_path_reg_data vfe680_pdlib_reg_data = {
-	.sof_irq_mask                    = 0x100,
-	.eof_irq_mask                    = 0x200,
+	.sof_irq_mask                    = 0x4,
+	.eof_irq_mask                    = 0x8,
 	.error_irq_mask                  = 0x0,
 	.enable_diagnostic_hw            = 0x1,
 	.top_debug_cfg_en                = 3,