interconnect: qcom: sc7280: Set ACV enable_mask
[ Upstream commit 437b8e7fcd5df792cb8b8095e9f6eccefec6c099 ]
ACV expects an enable_mask corresponding to the APPS RSC, fill it in.
Fixes: 46bdcac533 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
8fe916ff8a
commit
673ced6e01
1 changed files with 1 additions and 0 deletions
|
|
@ -1284,6 +1284,7 @@ static struct qcom_icc_node srvc_snoc = {
|
||||||
|
|
||||||
static struct qcom_icc_bcm bcm_acv = {
|
static struct qcom_icc_bcm bcm_acv = {
|
||||||
.name = "ACV",
|
.name = "ACV",
|
||||||
|
.enable_mask = BIT(3),
|
||||||
.num_nodes = 1,
|
.num_nodes = 1,
|
||||||
.nodes = { &ebi },
|
.nodes = { &ebi },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue