]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
remoteproc: qcom: pas: enable SAR2130P audio DSP support
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 26 Oct 2024 22:09:45 +0000 (01:09 +0300)
committerBjorn Andersson <andersson@kernel.org>
Sat, 16 Nov 2024 03:27:56 +0000 (19:27 -0800)
Enable support for the Audio DSP on the Qualcomm SAR2130P platform,
reusing the SM8350 resources.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241027-sar2130p-adsp-v1-3-bd204e39d24e@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/qcom_q6v5_pas.c

index 822cf102ad36091cb20f91e050b67296f3c46b71..566eddf232d3801e236305331e731191fb96d8db 100644 (file)
@@ -1433,6 +1433,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},