From: Konrad Dybcio Date: Fri, 11 Aug 2023 23:20:44 +0000 (+0200) Subject: interconnect: qcom: qdu1000: Set ACV enable_mask X-Git-Tag: v6.5.12~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899b86659064be8869dec75dd2de20fe227c8421;p=thirdparty%2Fkernel%2Fstable.git interconnect: qcom: qdu1000: Set ACV enable_mask [ Upstream commit 8517824f0e94d52ab82742106314f0b8875e03c4 ] ACV expects an enable_mask corresponding to the APPS RSC, fill it in. Fixes: 1f51339f7dd0 ("interconnect: qcom: Add QDU1000/QRU1000 interconnect driver") Signed-off-by: Konrad Dybcio Link: https://lore.kernel.org/r/20230811-topic-acv-v2-1-765ad70e539a@linaro.org Signed-off-by: Georgi Djakov Signed-off-by: Sasha Levin --- diff --git a/drivers/interconnect/qcom/qdu1000.c b/drivers/interconnect/qcom/qdu1000.c index a4cf559de2b0b..4725f5f5c6e19 100644 --- a/drivers/interconnect/qcom/qdu1000.c +++ b/drivers/interconnect/qcom/qdu1000.c @@ -768,6 +768,7 @@ static struct qcom_icc_node xs_sys_tcu_cfg = { static struct qcom_icc_bcm bcm_acv = { .name = "ACV", + .enable_mask = BIT(3), .num_nodes = 1, .nodes = { &ebi }, };