bus: mhi: host: pci_generic: Enable EDL trigger for Foxconn modems
authorSlark Xiao <slark_xiao@163.com>
Thu, 25 Jul 2024 02:29:41 +0000 (10:29 +0800)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 5 Sep 2024 14:08:01 +0000 (19:38 +0530)
All Foxconn modems support generic EDL trigger to flash the firmware.
Hence, enable the EDL trigger using mhi_pci_dev_info::edl_trigger.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20240725022941.65948-2-slark_xiao@163.com
[mani: Reworded the subject and description]
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/bus/mhi/host/pci_generic.c

index 235f269b0758210b493699f2fa3c4e6496af1797..9938bb034c1cbc2c3a1a2b9409a7d35a9efe68f9 100644 (file)
@@ -435,6 +435,7 @@ static const struct mhi_controller_config modem_foxconn_sdx72_config = {
 static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = {
        .name = "foxconn-sdx55",
        .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,
@@ -445,6 +446,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = {
 static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = {
        .name = "foxconn-t99w175",
        .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,
@@ -455,6 +457,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = {
 static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = {
        .name = "foxconn-dw5930e",
        .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,
@@ -464,6 +467,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = {
 
 static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = {
        .name = "foxconn-t99w368",
+       .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,
@@ -473,6 +478,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = {
 
 static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = {
        .name = "foxconn-t99w373",
+       .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,
@@ -482,6 +489,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = {
 
 static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = {
        .name = "foxconn-t99w510",
+       .edl = "qcom/sdx24m/foxconn/prog_firehose_sdx24.mbn",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,
@@ -491,6 +500,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = {
 
 static const struct mhi_pci_dev_info mhi_foxconn_dw5932e_info = {
        .name = "foxconn-dw5932e",
+       .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf",
+       .edl_trigger = true,
        .config = &modem_foxconn_sdx55_config,
        .bar_num = MHI_PCI_DEFAULT_BAR_NUM,
        .dma_data_width = 32,