Skip to content

Commit 76064d8

Browse files
NainaMehtaQUICandersson
authored andcommitted
remoteproc: qcom: pas: Add SDX75 remoteproc support
Add MPSS Peripheral Authentication Service support for SDX75 platform. Signed-off-by: Naina Mehta <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 888583b commit 76064d8

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
@@ -1346,6 +1346,7 @@ static const struct of_device_id adsp_of_match[] = {
13461346
{ .compatible = "qcom,sdm845-cdsp-pas", .data = &sdm845_cdsp_resource_init},
13471347
{ .compatible = "qcom,sdm845-slpi-pas", .data = &sdm845_slpi_resource_init},
13481348
{ .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},
1349+
{ .compatible = "qcom,sdx75-mpss-pas", .data = &sm8650_mpss_resource},
13491350
{ .compatible = "qcom,sm6115-adsp-pas", .data = &adsp_resource_init},
13501351
{ .compatible = "qcom,sm6115-cdsp-pas", .data = &cdsp_resource_init},
13511352
{ .compatible = "qcom,sm6115-mpss-pas", .data = &sc8180x_mpss_resource},

0 commit comments

Comments
 (0)