Skip to content

Commit 3cb11fe

Browse files
superna9999Georgi Djakov
authored andcommitted
interconnect: qcom: sa8775p: add enable_mask for bcm nodes
Set the proper enable_mask the ACV node requiring such value to be used instead of a bandwidth when voting. The masks was copied from the downstream implementation at [1]. [1] https://git.codelinaro.org/clo/la/kernel/msm-5.15/-/blob/kernel.lnx.5.15.r32-rel/drivers/interconnect/qcom/lemans.c Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230619-topic-sm8550-upstream-interconnect-mask-vote-v2-4-709474b151cc@linaro.org Fixes: 3655a63 ("interconnect: qcom: add a driver for sa8775p") Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 0dc82bd commit 3cb11fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/sa8775p.c

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

18741874
static struct qcom_icc_bcm bcm_acv = {
18751875
.name = "ACV",
1876+
.enable_mask = 0x8,
18761877
.num_nodes = 1,
18771878
.nodes = { &ebi },
18781879
};

0 commit comments

Comments
 (0)