Skip to content

Commit f8fe97a

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sdm845.c

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

12661266
static struct qcom_icc_bcm bcm_acv = {
12671267
.name = "ACV",
1268+
.enable_mask = BIT(3),
12681269
.keepalive = false,
12691270
.num_nodes = 1,
12701271
.nodes = { &ebi },

0 commit comments

Comments
 (0)