We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45dd40 commit e898315Copy full SHA for e898315
drivers/remoteproc/qcom_q6v5_pas.c
@@ -917,6 +917,7 @@ static const struct adsp_data sm8250_adsp_resource = {
917
.crash_reason_smem = 423,
918
.firmware_name = "adsp.mdt",
919
.pas_id = 1,
920
+ .minidump_id = 5,
921
.auto_boot = true,
922
.proxy_pd_names = (char*[]){
923
"lcx",
@@ -1134,6 +1135,7 @@ static const struct adsp_data sm8350_cdsp_resource = {
1134
1135
.crash_reason_smem = 601,
1136
.firmware_name = "cdsp.mdt",
1137
.pas_id = 18,
1138
+ .minidump_id = 7,
1139
1140
1141
"cx",
0 commit comments