]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
remoteproc: qcom: pas: add minidump_id to SM8350 resources
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 26 Oct 2024 22:09:44 +0000 (01:09 +0300)
committerBjorn Andersson <andersson@kernel.org>
Sat, 16 Nov 2024 03:27:56 +0000 (19:27 -0800)
Specify minidump_id for the SM8350 DSPs. It was omitted for in the
original commit e8b4e9a21af7 ("remoteproc: qcom: pas: Add SM8350 PAS
remoteprocs").

Fixes: e8b4e9a21af7 ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241027-sar2130p-adsp-v1-2-bd204e39d24e@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/qcom_q6v5_pas.c

index 45112fddd9a7378e07dca4f3c57e8032fd9b1762..822cf102ad36091cb20f91e050b67296f3c46b71 100644 (file)
@@ -917,6 +917,7 @@ static const struct adsp_data sm8250_adsp_resource = {
        .crash_reason_smem = 423,
        .firmware_name = "adsp.mdt",
        .pas_id = 1,
+       .minidump_id = 5,
        .auto_boot = true,
        .proxy_pd_names = (char*[]){
                "lcx",
@@ -1134,6 +1135,7 @@ static const struct adsp_data sm8350_cdsp_resource = {
        .crash_reason_smem = 601,
        .firmware_name = "cdsp.mdt",
        .pas_id = 18,
+       .minidump_id = 7,
        .auto_boot = true,
        .proxy_pd_names = (char*[]){
                "cx",