@@ -859,6 +859,16 @@ static const struct mhi_pci_dev_info mhi_telit_fn920c04_info = {
859
859
.edl_trigger = true,
860
860
};
861
861
862
+ static const struct mhi_pci_dev_info mhi_telit_fn990b40_info = {
863
+ .name = "telit-fn990b40" ,
864
+ .config = & modem_telit_fn920c04_config ,
865
+ .bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
866
+ .dma_data_width = 32 ,
867
+ .sideband_wake = false,
868
+ .mru_default = 32768 ,
869
+ .edl_trigger = true,
870
+ };
871
+
862
872
static const struct mhi_pci_dev_info mhi_netprisma_lcur57_info = {
863
873
.name = "netprisma-lcur57" ,
864
874
.edl = "qcom/prog_firehose_sdx24.mbn" ,
@@ -924,6 +934,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
924
934
.driver_data = (kernel_ulong_t ) & mhi_foxconn_t99w696_info },
925
935
{ PCI_DEVICE (PCI_VENDOR_ID_QCOM , 0x0308 ),
926
936
.driver_data = (kernel_ulong_t ) & mhi_qcom_sdx65_info },
937
+ /* Telit FN990B40 (sdx72) */
938
+ { PCI_DEVICE_SUB (PCI_VENDOR_ID_QCOM , 0x0309 , 0x1c5d , 0x201a ),
939
+ .driver_data = (kernel_ulong_t ) & mhi_telit_fn990b40_info },
927
940
{ PCI_DEVICE (PCI_VENDOR_ID_QCOM , 0x0309 ),
928
941
.driver_data = (kernel_ulong_t ) & mhi_qcom_sdx75_info },
929
942
/* QDU100, x100-DU */
0 commit comments