Skip to content

Commit e898315

Browse files
lumagandersson
authored andcommitted
remoteproc: qcom: pas: add minidump_id to SM8350 resources
Specify minidump_id for the SM8350 DSPs. It was omitted for in the original commit e8b4e9a ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs"). Fixes: e8b4e9a ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent e45dd40 commit e898315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ static const struct adsp_data sm8250_adsp_resource = {
917917
.crash_reason_smem = 423,
918918
.firmware_name = "adsp.mdt",
919919
.pas_id = 1,
920+
.minidump_id = 5,
920921
.auto_boot = true,
921922
.proxy_pd_names = (char*[]){
922923
"lcx",
@@ -1134,6 +1135,7 @@ static const struct adsp_data sm8350_cdsp_resource = {
11341135
.crash_reason_smem = 601,
11351136
.firmware_name = "cdsp.mdt",
11361137
.pas_id = 18,
1138+
.minidump_id = 7,
11371139
.auto_boot = true,
11381140
.proxy_pd_names = (char*[]){
11391141
"cx",

0 commit comments

Comments
 (0)