Skip to content

Commit 56c1ec5

Browse files
Abel Vesaandersson
authored andcommitted
remoteproc: qcom: pas: Add Eliza ADSP support
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>
1 parent 7cf2f07 commit 56c1ec5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,7 @@ static const struct qcom_pas_data sm8750_mpss_resource = {
15311531
};
15321532

15331533
static const struct of_device_id qcom_pas_of_match[] = {
1534+
{ .compatible = "qcom,eliza-adsp-pas", .data = &sm8550_adsp_resource },
15341535
{ .compatible = "qcom,milos-adsp-pas", .data = &sm8550_adsp_resource },
15351536
{ .compatible = "qcom,milos-cdsp-pas", .data = &milos_cdsp_resource },
15361537
{ .compatible = "qcom,milos-mpss-pas", .data = &sm8450_mpss_resource },

0 commit comments

Comments
 (0)