On 8/28/2024 3:24 PM, Krzysztof Kozlowski wrote: > On Wed, Aug 28, 2024 at 11:05:11AM +0800, Jingyi Wang wrote: >> Add support for PIL loading on ADSP, CDSP and GPDSP on QCS8300 >> platform. >> >> Co-developed-by: Xin Liu <quic_liuxin@xxxxxxxxxxx> >> Signed-off-by: Xin Liu <quic_liuxin@xxxxxxxxxxx> >> Signed-off-by: Jingyi Wang <quic_jingyw@xxxxxxxxxxx> >> --- >> drivers/remoteproc/qcom_q6v5_pas.c | 55 ++++++++++++++++++++++++++++++ >> 1 file changed, 55 insertions(+) >> >> diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c >> index ef82835e98a4..368aa9cc0051 100644 >> --- a/drivers/remoteproc/qcom_q6v5_pas.c >> +++ b/drivers/remoteproc/qcom_q6v5_pas.c >> @@ -857,6 +857,58 @@ static const struct adsp_data sdm845_adsp_resource_init = { >> .ssctl_id = 0x14, >> }; >> >> +static const struct adsp_data qcs8300_adsp_resource = { >> + .crash_reason_smem = 423, > > You just duplicate stuff. This is EXACTLY the same as SA8775p. Agreed with you. Offline checked with Jingyi, she will remove the creation and use sa8775p_adsp_resource directly. Will it be ok to put the second patchset here along with the qcs8300 base dt changes together? > > NAK. > > Best regards, > Krzysztof > -- Thx and BRs, Aiqun(Maria) Yu