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 <[email protected]> --- drivers/remoteproc/qcom_q6v5_pas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c index 46204da046fa..671e57b47a34 100644 --- a/drivers/remoteproc/qcom_q6v5_pas.c +++ b/drivers/remoteproc/qcom_q6v5_pas.c @@ -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}, -- 2.48.1

