Skip to content

Commit 633a12f

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT
Due to what seems to be a copy-paste error, the _NRT master was identical to the _RT master, which should not be the case.. Fix it using the values available from the downstream kernel [1]. [1] https://android.googlesource.com/kernel/msm-extra/devicetree/+/refs/heads/android-msm-bramble-4.19-android11-qpr1/qcom/scuba-bus.dtsi#127 Fixes: 1a14b1a ("interconnect: qcom: Add QCM2290 driver support") Signed-off-by: Konrad Dybcio <[email protected]> Acked-by: Shawn Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 0d00cd1 commit 633a12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/interconnect/qcom/qcm2290.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ static struct qcom_icc_node mas_snoc_bimc_nrt = {
147147
.name = "mas_snoc_bimc_nrt",
148148
.buswidth = 16,
149149
.qos.ap_owned = true,
150-
.qos.qos_port = 2,
150+
.qos.qos_port = 3,
151151
.qos.qos_mode = NOC_QOS_MODE_BYPASS,
152-
.mas_rpm_id = 163,
152+
.mas_rpm_id = 164,
153153
.slv_rpm_id = -1,
154154
.num_links = ARRAY_SIZE(mas_snoc_bimc_nrt_links),
155155
.links = mas_snoc_bimc_nrt_links,

0 commit comments

Comments
 (0)