Skip to content

Commit

Permalink
interconnect: qcom: sm8350: 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: d26a566 ("interconnect: qcom: Add SM8350 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 9434c68 commit df1b835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/interconnect/qcom/sm8350.c
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,7 @@ static struct qcom_icc_node qns_mem_noc_sf_disp = {

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 df1b835

Please sign in to comment.