interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment
[ Upstream commit 230d05b1179f6ce6f8dc8a2b99eba92799ac22d7 ] The value was wrong, resulting in misprogramming of the hardware. Fix it. Fixes: 1a14b1ac3935 ("interconnect: qcom: Add QCM2290 driver support") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240326-topic-rpm_icc_qos_cleanup-v1-2-357e736792be@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
28f5a08600
commit
e21a398d22
@ -161,7 +161,7 @@ static struct qcom_icc_node mas_snoc_bimc = {
|
||||
.name = "mas_snoc_bimc",
|
||||
.buswidth = 16,
|
||||
.qos.ap_owned = true,
|
||||
.qos.qos_port = 2,
|
||||
.qos.qos_port = 6,
|
||||
.qos.qos_mode = NOC_QOS_MODE_BYPASS,
|
||||
.mas_rpm_id = 164,
|
||||
.slv_rpm_id = -1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user