Commit f61207ad authored by Georgi Djakov's avatar Georgi Djakov

Merge branch 'icc-fixes' into icc-next

* icc-fixes
  interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
parents de0818e9 cd5ce458
......@@ -166,7 +166,7 @@ static struct qcom_icc_node mas_snoc_bimc = {
.qos.ap_owned = true,
.qos.qos_port = 6,
.qos.qos_mode = NOC_QOS_MODE_BYPASS,
.mas_rpm_id = 164,
.mas_rpm_id = 3,
.slv_rpm_id = -1,
.num_links = ARRAY_SIZE(mas_snoc_bimc_links),
.links = mas_snoc_bimc_links,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment