]> Git Repo - J-linux.git/commitdiff
interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment
authorKonrad Dybcio <[email protected]>
Tue, 26 Mar 2024 19:42:33 +0000 (20:42 +0100)
committerGeorgi Djakov <[email protected]>
Thu, 11 Apr 2024 17:46:26 +0000 (20:46 +0300)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Georgi Djakov <[email protected]>
drivers/interconnect/qcom/qcm2290.c

index 96735800b13c099b577c03ee673756503e2174b8..ba4cc08684d638f66cb0ed15acfb6d777be165e6 100644 (file)
@@ -164,7 +164,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,
This page took 0.040855 seconds and 4 git commands to generate.