@@ -744,6 +744,16 @@ static const struct mhi_pci_dev_info mhi_telit_fn990b40_info = {
744744 .edl_trigger = true,
745745};
746746
747+ static const struct mhi_pci_dev_info mhi_telit_fe990b40_info = {
748+ .name = "telit-fe990b40" ,
749+ .config = & modem_telit_fn920c04_config ,
750+ .bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
751+ .dma_data_width = 32 ,
752+ .sideband_wake = false,
753+ .mru_default = 32768 ,
754+ .edl_trigger = true,
755+ };
756+
747757static const struct mhi_pci_dev_info mhi_netprisma_lcur57_info = {
748758 .name = "netprisma-lcur57" ,
749759 .edl = "qcom/prog_firehose_sdx24.mbn" ,
@@ -792,6 +802,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
792802 /* Telit FN990B40 (sdx72) */
793803 { PCI_DEVICE_SUB (PCI_VENDOR_ID_QCOM , 0x0309 , 0x1c5d , 0x201a ),
794804 .driver_data = (kernel_ulong_t ) & mhi_telit_fn990b40_info },
805+ /* Telit FE990B40 (sdx72) */
806+ { PCI_DEVICE_SUB (PCI_VENDOR_ID_QCOM , 0x0309 , 0x1c5d , 0x2025 ),
807+ .driver_data = (kernel_ulong_t ) & mhi_telit_fe990b40_info },
795808 { PCI_DEVICE (PCI_VENDOR_ID_QCOM , 0x0309 ),
796809 .driver_data = (kernel_ulong_t ) & mhi_qcom_sdx75_info },
797810 { PCI_DEVICE (PCI_VENDOR_ID_QUECTEL , 0x1001 ), /* EM120R-GL (sdx24) */
0 commit comments