On Wed, Apr 23, 2025 at 12:31:30AM GMT, Danila Tikhonov wrote: > Add DSP Peripheral Authentication Service support for the SM7150 > platform. > > Signed-off-by: Danila Tikhonov <danila@xxxxxxxxxxx> > --- > 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}, sm8250 would not work? If yes, this and mpss entry could be dropped. > + { .compatible = "qcom,sm7150-cdsp-pas", .data = &sm6350_cdsp_resource}, > + { .compatible = "qcom,sm7150-mpss-pas", .data = &mpss_resource_init}, Best regards, Krzysztof