@@ -435,6 +435,7 @@ static const struct mhi_controller_config modem_foxconn_sdx72_config = {
435
435
static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = {
436
436
.name = "foxconn-sdx55" ,
437
437
.edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn" ,
438
+ .edl_trigger = true,
438
439
.config = & modem_foxconn_sdx55_config ,
439
440
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
440
441
.dma_data_width = 32 ,
@@ -445,6 +446,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = {
445
446
static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = {
446
447
.name = "foxconn-t99w175" ,
447
448
.edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn" ,
449
+ .edl_trigger = true,
448
450
.config = & modem_foxconn_sdx55_config ,
449
451
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
450
452
.dma_data_width = 32 ,
@@ -455,6 +457,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = {
455
457
static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = {
456
458
.name = "foxconn-dw5930e" ,
457
459
.edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn" ,
460
+ .edl_trigger = true,
458
461
.config = & modem_foxconn_sdx55_config ,
459
462
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
460
463
.dma_data_width = 32 ,
@@ -464,6 +467,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = {
464
467
465
468
static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = {
466
469
.name = "foxconn-t99w368" ,
470
+ .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf" ,
471
+ .edl_trigger = true,
467
472
.config = & modem_foxconn_sdx55_config ,
468
473
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
469
474
.dma_data_width = 32 ,
@@ -473,6 +478,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = {
473
478
474
479
static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = {
475
480
.name = "foxconn-t99w373" ,
481
+ .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf" ,
482
+ .edl_trigger = true,
476
483
.config = & modem_foxconn_sdx55_config ,
477
484
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
478
485
.dma_data_width = 32 ,
@@ -482,6 +489,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = {
482
489
483
490
static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = {
484
491
.name = "foxconn-t99w510" ,
492
+ .edl = "qcom/sdx24m/foxconn/prog_firehose_sdx24.mbn" ,
493
+ .edl_trigger = true,
485
494
.config = & modem_foxconn_sdx55_config ,
486
495
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
487
496
.dma_data_width = 32 ,
@@ -491,6 +500,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = {
491
500
492
501
static const struct mhi_pci_dev_info mhi_foxconn_dw5932e_info = {
493
502
.name = "foxconn-dw5932e" ,
503
+ .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf" ,
504
+ .edl_trigger = true,
494
505
.config = & modem_foxconn_sdx55_config ,
495
506
.bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
496
507
.dma_data_width = 32 ,
0 commit comments