Skip to content

Commit 7b85ea8

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sdm670: Set ACV enable_mask
ACV expects an enable_mask corresponding to the APPS RSC, fill it in. Fixes: 7e438e1 ("interconnect: qcom: add sdm670 interconnects") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230811-topic-acv-v2-6-765ad70e539a@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 688ffb3 commit 7b85ea8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sdm670.c

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

10481048
static struct qcom_icc_bcm bcm_acv = {
10491049
.name = "ACV",
1050+
.enable_mask = BIT(3),
10501051
.keepalive = false,
10511052
.num_nodes = 1,
10521053
.nodes = { &ebi },

0 commit comments

Comments
 (0)