mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-10 19:35:21 +02:00
interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment
[ Upstream commit230d05b117
] The value was wrong, resulting in misprogramming of the hardware. Fix it. Fixes:1a14b1ac39
("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…
Reference in New Issue
Block a user