From: Dmitry Baryshkov <[email protected]>

[ Upstream commit 009e288c989b3fe548a45c82da407d7bd00418a9 ]

Enable support for the Audio DSP on the Qualcomm SAR2130P platform,
reusing the SM8350 resources.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: 
https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Sasha Levin <[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 ef82835e98a4e..0a7477ea832ed 100644
--- a/drivers/remoteproc/qcom_q6v5_pas.c
+++ b/drivers/remoteproc/qcom_q6v5_pas.c
@@ -1421,6 +1421,7 @@ static const struct of_device_id adsp_of_match[] = {
        { .compatible = "qcom,sa8775p-cdsp1-pas", .data = 
&sa8775p_cdsp1_resource},
        { .compatible = "qcom,sa8775p-gpdsp0-pas", .data = 
&sa8775p_gpdsp0_resource},
        { .compatible = "qcom,sa8775p-gpdsp1-pas", .data = 
&sa8775p_gpdsp1_resource},
+       { .compatible = "qcom,sar2130p-adsp-pas", .data = 
&sm8350_adsp_resource},
        { .compatible = "qcom,sc7180-adsp-pas", .data = &sm8250_adsp_resource},
        { .compatible = "qcom,sc7180-mpss-pas", .data = &mpss_resource_init},
        { .compatible = "qcom,sc7280-adsp-pas", .data = &sm8350_adsp_resource},
-- 
2.43.0


Reply via email to