Skip to content

Commit df1b835

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sm8350: Set ACV enable_mask
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 <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230811-topic-acv-v2-11-765ad70e539a@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 9434c68 commit df1b835

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sm8350.c

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

13571357
static struct qcom_icc_bcm bcm_acv = {
13581358
.name = "ACV",
1359+
.enable_mask = BIT(3),
13591360
.keepalive = false,
13601361
.num_nodes = 1,
13611362
.nodes = { &ebi },

0 commit comments

Comments
 (0)