Skip to content

Commit 9434c68

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sm8250.c

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

13981398
static struct qcom_icc_bcm bcm_acv = {
13991399
.name = "ACV",
1400+
.enable_mask = BIT(3),
14001401
.keepalive = false,
14011402
.num_nodes = 1,
14021403
.nodes = { &ebi },

0 commit comments

Comments
 (0)