Skip to content

Commit 950c74f

Browse files
setotauandersson
authored andcommitted
remoteproc: qcom: pas: Add support for SDM660 CDSP
Compute DSP in SDM660 is compatible with generic cdsp_resource_init descriptor. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Tested-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> # ifc6560 Signed-off-by: Nickolay Goppen <setotau@mainlining.org> Link: https://lore.kernel.org/r/20251110-qcom-sdm660-cdsp-v3-3-cc3c37287e72@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent acd6c28 commit 950c74f

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
@@ -1469,6 +1469,7 @@ static const struct of_device_id qcom_pas_of_match[] = {
14691469
{ .compatible = "qcom,sc8280xp-nsp0-pas", .data = &sc8280xp_nsp0_resource},
14701470
{ .compatible = "qcom,sc8280xp-nsp1-pas", .data = &sc8280xp_nsp1_resource},
14711471
{ .compatible = "qcom,sdm660-adsp-pas", .data = &adsp_resource_init},
1472+
{ .compatible = "qcom,sdm660-cdsp-pas", .data = &cdsp_resource_init},
14721473
{ .compatible = "qcom,sdm845-adsp-pas", .data = &sdm845_adsp_resource_init},
14731474
{ .compatible = "qcom,sdm845-cdsp-pas", .data = &sdm845_cdsp_resource_init},
14741475
{ .compatible = "qcom,sdm845-slpi-pas", .data = &sdm845_slpi_resource_init},

0 commit comments

Comments
 (0)