summaryrefslogtreecommitdiff
path: root/drivers/interconnect
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2023-08-12 01:20:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-20 11:52:11 +0100
commit639ee7fbc095d1e4c47e1b955f30ab8aff8d6147 (patch)
tree1bab4cb39e4b103429eaf147f1da006ec334e045 /drivers/interconnect
parent8085888045878979f0da51c24c138d5d15db7308 (diff)
downloadlinux-639ee7fbc095d1e4c47e1b955f30ab8aff8d6147.tar.gz
linux-639ee7fbc095d1e4c47e1b955f30ab8aff8d6147.tar.bz2
linux-639ee7fbc095d1e4c47e1b955f30ab8aff8d6147.zip
interconnect: qcom: sdm845: Set ACV enable_mask
[ Upstream commit f8fe97a9fd2098de0570387029065eef657d50ee ] ACV expects an enable_mask corresponding to the APPS RSC, fill it in. Fixes: b5d2f741077a ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/interconnect')
-rw-r--r--drivers/interconnect/qcom/sdm845.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/sdm845.c b/drivers/interconnect/qcom/sdm845.c
index 39ee54ffdb7b..02cf89068444 100644
--- a/drivers/interconnect/qcom/sdm845.c
+++ b/drivers/interconnect/qcom/sdm845.c
@@ -148,6 +148,7 @@ DEFINE_QNODE(xs_sys_tcu_cfg, SDM845_SLAVE_TCU, 1, 8);
static struct qcom_icc_bcm bcm_acv = {
.name = "ACV",
+ .enable_mask = BIT(3),
.keepalive = false,
.num_nodes = 1,
.nodes = { &ebi },