Przeglądaj źródła

Merge "msm: camera: isp: Update pdlib masks for v680 hw" into camera-kernel.lnx.5.0

Savita Patted 4 lat temu
rodzic
commit
5212a5ea23

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

@@ -500,8 +500,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,