Skip to content

Commit 8517824

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: qdu1000: Set ACV enable_mask
ACV expects an enable_mask corresponding to the APPS RSC, fill it in. Fixes: 1f51339 ("interconnect: qcom: Add QDU1000/QRU1000 interconnect driver") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230811-topic-acv-v2-1-765ad70e539a@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 0bb80ec commit 8517824

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/qdu1000.c

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

770770
static struct qcom_icc_bcm bcm_acv = {
771771
.name = "ACV",
772+
.enable_mask = BIT(3),
772773
.num_nodes = 1,
773774
.nodes = { &ebi },
774775
};

0 commit comments

Comments
 (0)