Browse Source

msm: camera: ope: Fix OPE AHB voting issue

Initialize AHB voting variable in OPE acquire
to fix AHB voting issue for OPE.

CRs-Fixed: 2594541
Change-Id: I5bf8c0b1315a351abd80341100bdaf42333c4c24
Signed-off-by: Suresh Vankadara <[email protected]>
Suresh Vankadara 5 năm trước cách đây
mục cha
commit
f1f6915ed4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

+ 1 - 0
drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

@@ -2158,6 +2158,7 @@ static int cam_ope_mgr_acquire_hw(void *hw_priv, void *hw_acquire_args)
 		}
 	}
 
+	bw_update.ahb_vote_valid = false;
 	for (i = 0; i < ope_hw_mgr->num_ope; i++) {
 		bw_update.axi_vote.num_paths = 1;
 		bw_update.axi_vote_valid = true;