Commit 688ffb3d authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Georgi Djakov
Browse files

interconnect: qcom: sc8280xp: Set ACV enable_mask



ACV expects an enable_mask corresponding to the APPS RSC, fill it in.

Fixes: f29dabda ("interconnect: qcom: Add SC8280XP interconnect provider")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811-topic-acv-v2-5-765ad70e539a@linaro.org


Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
parent 0fcaaed3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1712,6 +1712,7 @@ static struct qcom_icc_node srvc_snoc = {

static struct qcom_icc_bcm bcm_acv = {
	.name = "ACV",
	.enable_mask = BIT(3),
	.num_nodes = 1,
	.nodes = { &ebi },
};