Skip to content

Commit 1d4f55b

Browse files
KiciukGeorgi Djakov
authored andcommitted
interconnect: qcom: msm8953: Add ab_coeff
BIMC and SNOC-MM on downstream feature qcom,util-fact which translates to ab_coeff, add it. Signed-off-by: Adam Skladowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 123d2b9 commit 1d4f55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/interconnect/qcom/msm8953.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ static const struct qcom_icc_desc msm8953_bimc = {
11691169
.nodes = msm8953_bimc_nodes,
11701170
.num_nodes = ARRAY_SIZE(msm8953_bimc_nodes),
11711171
.qos_offset = 0x8000,
1172+
.ab_coeff = 153,
11721173
.regmap_cfg = &msm8953_bimc_regmap_config
11731174
};
11741175

@@ -1295,6 +1296,7 @@ static const struct qcom_icc_desc msm8953_snoc_mm = {
12951296
.nodes = msm8953_snoc_mm_nodes,
12961297
.num_nodes = ARRAY_SIZE(msm8953_snoc_mm_nodes),
12971298
.qos_offset = 0x7000,
1299+
.ab_coeff = 153,
12981300
.regmap_cfg = &msm8953_snoc_regmap_config,
12991301
};
13001302

0 commit comments

Comments
 (0)