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]>
@@ -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;