]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8974
authorLuca Weiss <luca@lucaweiss.eu>
Sat, 21 Jun 2025 13:19:57 +0000 (15:19 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 26 Nov 2025 16:12:03 +0000 (10:12 -0600)
MSM8974 requires the CX power domain, so use the msm8996_adsp_resource
which has cx under proxy_pd_names and is otherwise equivalent.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250621-msm8974-rpmpd-switch-v1-2-0a2cb303c446@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/qcom_q6v5_pas.c

index 158bcd6cc85c5d844dad717096cf017598b71867..712bf3503e2b07abaeb1ab56a7dcc0734c0feca7 100644 (file)
@@ -1461,7 +1461,7 @@ static const struct of_device_id qcom_pas_of_match[] = {
        { .compatible = "qcom,milos-wpss-pas", .data = &sc7280_wpss_resource},
        { .compatible = "qcom,msm8226-adsp-pil", .data = &msm8996_adsp_resource},
        { .compatible = "qcom,msm8953-adsp-pil", .data = &msm8996_adsp_resource},
-       { .compatible = "qcom,msm8974-adsp-pil", .data = &adsp_resource_init},
+       { .compatible = "qcom,msm8974-adsp-pil", .data = &msm8996_adsp_resource},
        { .compatible = "qcom,msm8996-adsp-pil", .data = &msm8996_adsp_resource},
        { .compatible = "qcom,msm8996-slpi-pil", .data = &msm8996_slpi_resource_init},
        { .compatible = "qcom,msm8998-adsp-pas", .data = &msm8996_adsp_resource},