Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bus: mhi: host: pci_generic: Add Telit FE990B40 modem support

Add SDX72 based modem Telit FE990B40, reusing FN920C04 configuration.

01:00.0 Unassigned class [ff00]: Qualcomm Device 0309
Subsystem: Device 1c5d:2025

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Link: https://patch.msgid.link/20251015102059.1781001-1-dnlplm@gmail.com

authored by

Daniele Palmas and committed by
Manivannan Sadhasivam
6eaee779 a58b20aa

+13
+13
drivers/bus/mhi/host/pci_generic.c
··· 877 877 .edl_trigger = true, 878 878 }; 879 879 880 + static const struct mhi_pci_dev_info mhi_telit_fe990b40_info = { 881 + .name = "telit-fe990b40", 882 + .config = &modem_telit_fn920c04_config, 883 + .bar_num = MHI_PCI_DEFAULT_BAR_NUM, 884 + .dma_data_width = 32, 885 + .sideband_wake = false, 886 + .mru_default = 32768, 887 + .edl_trigger = true, 888 + }; 889 + 880 890 static const struct mhi_pci_dev_info mhi_netprisma_lcur57_info = { 881 891 .name = "netprisma-lcur57", 882 892 .edl = "qcom/prog_firehose_sdx24.mbn", ··· 943 933 /* Telit FN990B40 (sdx72) */ 944 934 { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0309, 0x1c5d, 0x201a), 945 935 .driver_data = (kernel_ulong_t) &mhi_telit_fn990b40_info }, 936 + /* Telit FE990B40 (sdx72) */ 937 + { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0309, 0x1c5d, 0x2025), 938 + .driver_data = (kernel_ulong_t) &mhi_telit_fe990b40_info }, 946 939 { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0309), 947 940 .driver_data = (kernel_ulong_t) &mhi_qcom_sdx75_info }, 948 941 /* QDU100, x100-DU */