Skip to content

Commit 009e288

Browse files
lumagandersson
authored andcommitted
remoteproc: qcom: pas: enable SAR2130P audio DSP support
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>
1 parent e898315 commit 009e288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,7 @@ static const struct of_device_id adsp_of_match[] = {
14331433
{ .compatible = "qcom,sa8775p-cdsp1-pas", .data = &sa8775p_cdsp1_resource},
14341434
{ .compatible = "qcom,sa8775p-gpdsp0-pas", .data = &sa8775p_gpdsp0_resource},
14351435
{ .compatible = "qcom,sa8775p-gpdsp1-pas", .data = &sa8775p_gpdsp1_resource},
1436+
{ .compatible = "qcom,sar2130p-adsp-pas", .data = &sm8350_adsp_resource},
14361437
{ .compatible = "qcom,sc7180-adsp-pas", .data = &sm8250_adsp_resource},
14371438
{ .compatible = "qcom,sc7180-mpss-pas", .data = &mpss_resource_init},
14381439
{ .compatible = "qcom,sc7280-adsp-pas", .data = &sm8350_adsp_resource},

0 commit comments

Comments
 (0)