[PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
Danila Tikhonov
danila at jiaxyga.com
Tue Apr 22 21:31:30 UTC 2025
Add DSP Peripheral Authentication Service support for the SM7150
platform.
Signed-off-by: Danila Tikhonov <danila at jiaxyga.com>
---
drivers/remoteproc/qcom_q6v5_pas.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c
index b306f223127c..d2cc75880ce5 100644
--- a/drivers/remoteproc/qcom_q6v5_pas.c
+++ b/drivers/remoteproc/qcom_q6v5_pas.c
@@ -1478,6 +1478,9 @@ static const struct of_device_id adsp_of_match[] = {
{ .compatible = "qcom,sm6375-adsp-pas", .data = &sm6350_adsp_resource},
{ .compatible = "qcom,sm6375-cdsp-pas", .data = &sm8150_cdsp_resource},
{ .compatible = "qcom,sm6375-mpss-pas", .data = &sm6375_mpss_resource},
+ { .compatible = "qcom,sm7150-adsp-pas", .data = &sm8350_adsp_resource},
+ { .compatible = "qcom,sm7150-cdsp-pas", .data = &sm6350_cdsp_resource},
+ { .compatible = "qcom,sm7150-mpss-pas", .data = &mpss_resource_init},
{ .compatible = "qcom,sm8150-adsp-pas", .data = &sm8150_adsp_resource},
{ .compatible = "qcom,sm8150-cdsp-pas", .data = &sm8150_cdsp_resource},
{ .compatible = "qcom,sm8150-mpss-pas", .data = &mpss_resource_init},
--
2.49.0
More information about the dri-devel
mailing list