Update pdaf sof and eof masks to match with spec. CRs-Fixed: 2841729 Change-Id: I38451066eb909c62362b1560982a2c85054d9478 Signed-off-by: Mukund Madhusudan Atre <[email protected]>
@@ -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,