We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123d2b9 commit 1d4f55bCopy full SHA for 1d4f55b
drivers/interconnect/qcom/msm8953.c
@@ -1169,6 +1169,7 @@ static const struct qcom_icc_desc msm8953_bimc = {
1169
.nodes = msm8953_bimc_nodes,
1170
.num_nodes = ARRAY_SIZE(msm8953_bimc_nodes),
1171
.qos_offset = 0x8000,
1172
+ .ab_coeff = 153,
1173
.regmap_cfg = &msm8953_bimc_regmap_config
1174
};
1175
@@ -1295,6 +1296,7 @@ static const struct qcom_icc_desc msm8953_snoc_mm = {
1295
1296
.nodes = msm8953_snoc_mm_nodes,
1297
.num_nodes = ARRAY_SIZE(msm8953_snoc_mm_nodes),
1298
.qos_offset = 0x7000,
1299
1300
.regmap_cfg = &msm8953_snoc_regmap_config,
1301
1302
0 commit comments