Skip to content

Commit cd5ce45

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
The value was wrong, resulting in misprogramming of the hardware. Fix it. Fixes: 1a14b1a ("interconnect: qcom: Add QCM2290 driver support") Reported-by: Stephan Gerhold <[email protected]> Closes: https://lore.kernel.org/linux-arm-msm/[email protected]/ Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 1613e60 commit cd5ce45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/interconnect/qcom/qcm2290.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static struct qcom_icc_node mas_snoc_bimc = {
166166
.qos.ap_owned = true,
167167
.qos.qos_port = 6,
168168
.qos.qos_mode = NOC_QOS_MODE_BYPASS,
169-
.mas_rpm_id = 164,
169+
.mas_rpm_id = 3,
170170
.slv_rpm_id = -1,
171171
.num_links = ARRAY_SIZE(mas_snoc_bimc_links),
172172
.links = mas_snoc_bimc_links,

0 commit comments

Comments
 (0)