Skip to content

Commit 437b8e7

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sc7280.c

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

12861286
static struct qcom_icc_bcm bcm_acv = {
12871287
.name = "ACV",
1288+
.enable_mask = BIT(3),
12881289
.num_nodes = 1,
12891290
.nodes = { &ebi },
12901291
};

0 commit comments

Comments
 (0)