]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
remoteproc: qcom: pas: Add Eliza ADSP support
authorAbel Vesa <abel.vesa@oss.qualcomm.com>
Fri, 27 Mar 2026 16:18:39 +0000 (18:18 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 6 Apr 2026 14:49:21 +0000 (09:49 -0500)
The ADSP found on Eliza SoC is similar to the one found on SM8550.
So just add the dedicated compatible for Eliza ADSP and reuse the
SM8550 resource configuration.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260327-eliza-remoteproc-adsp-v1-2-1c46c5e5f809@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/qcom_q6v5_pas.c

index 46daa5c9ac3f1d45666cee515cc927117d4e2c81..da27d1d3c9da64050095eb87185fda69f831f99d 100644 (file)
@@ -1531,6 +1531,7 @@ static const struct qcom_pas_data sm8750_mpss_resource = {
 };
 
 static const struct of_device_id qcom_pas_of_match[] = {
+       { .compatible = "qcom,eliza-adsp-pas", .data = &sm8550_adsp_resource },
        { .compatible = "qcom,milos-adsp-pas", .data = &sm8550_adsp_resource },
        { .compatible = "qcom,milos-cdsp-pas", .data = &milos_cdsp_resource },
        { .compatible = "qcom,milos-mpss-pas", .data = &sm8450_mpss_resource },