Skip to content

Commit fe7a3ab

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sm6350: Set ACV enable_mask
ACV expects an enable_mask corresponding to the APPS RSC, fill it in. Fixes: 6a6eff7 ("interconnect: qcom: Add SM6350 driver support") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230811-topic-acv-v2-8-765ad70e539a@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent f8fe97a commit fe7a3ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sm6350.c

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

11651165
static struct qcom_icc_bcm bcm_acv = {
11661166
.name = "ACV",
1167+
.enable_mask = BIT(3),
11671168
.keepalive = false,
11681169
.num_nodes = 1,
11691170
.nodes = { &ebi },

0 commit comments

Comments
 (0)