On 6/25/25 11:15 AM, Luca Weiss wrote: > Add the different remoteprocs found on SM7635: ADSP, CDSP, MPSS and > WPSS. > > Signed-off-by: Luca Weiss <luca.we...@fairphone.com> > --- > drivers/remoteproc/qcom_q6v5_pas.c | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/drivers/remoteproc/qcom_q6v5_pas.c > b/drivers/remoteproc/qcom_q6v5_pas.c > index > b306f223127c452f8f2d85aa0fc98db2d684feae..6aae61dea8d0dbb9cf3ce84b9dbebb77b5aa1d52 > 100644 > --- a/drivers/remoteproc/qcom_q6v5_pas.c > +++ b/drivers/remoteproc/qcom_q6v5_pas.c > @@ -1261,6 +1261,26 @@ static const struct adsp_data sdx55_mpss_resource = { > .ssctl_id = 0x22, > }; > > +static const struct adsp_data sm7635_cdsp_resource = { > + .crash_reason_smem = 601, > + .firmware_name = "cdsp.mdt", > + .dtb_firmware_name = "cdsp_dtb.mdt",
I wonder why we're not putting MBNs in here.. Konrad