Skip to content

Commit 1ad83c4

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sc7180.c

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

12391239
static struct qcom_icc_bcm bcm_acv = {
12401240
.name = "ACV",
1241+
.enable_mask = BIT(3),
12411242
.keepalive = false,
12421243
.num_nodes = 1,
12431244
.nodes = { &ebi },

0 commit comments

Comments
 (0)