Skip to content

Commit 5464e7a

Browse files
Mike TiptonGeorgi Djakov
authored andcommitted
interconnect: qcom: x1e80100: Add missing ACV enable_mask
The ACV BCM is voted using bitmasks. Add the proper mask for this target. Fixes: 9f19677 ("interconnect: qcom: Add X1E80100 interconnect provider driver") Signed-off-by: Mike Tipton <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Tested-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent a40f93e commit 5464e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/x1e80100.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,7 @@ static struct qcom_icc_node qns_pcie_south_gem_noc_pcie = {
15861586

15871587
static struct qcom_icc_bcm bcm_acv = {
15881588
.name = "ACV",
1589+
.enable_mask = BIT(3),
15891590
.num_nodes = 1,
15901591
.nodes = { &ebi },
15911592
};

0 commit comments

Comments
 (0)