Skip to content

Commit

Permalink
interconnect: qcom: sc7180: Set ACV enable_mask
Browse files Browse the repository at this point in the history
ACV expects an enable_mask corresponding to the APPS RSC, fill it in.

Fixes: 2d1f95a ("interconnect: qcom: Add SC7180 interconnect provider driver")
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Georgi Djakov <[email protected]>
  • Loading branch information
konradybcio authored and Georgi Djakov committed Oct 10, 2023
1 parent 8517824 commit 1ad83c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/interconnect/qcom/sc7180.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ static struct qcom_icc_node xs_sys_tcu_cfg = {

static struct qcom_icc_bcm bcm_acv = {
.name = "ACV",
.enable_mask = BIT(3),
.keepalive = false,
.num_nodes = 1,
.nodes = { &ebi },
Expand Down

0 comments on commit 1ad83c4

Please sign in to comment.