[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <MEYP282MB2374BF134896B003FD8BF826FDCB9@MEYP282MB2374.AUSP282.PROD.OUTLOOK.COM>
Date: Thu, 12 May 2022 17:07:46 +0800
From: Yonglin Tan <yonglin.tan@...look.com>
To: mani@...nel.org, quic_hemantk@...cinc.com,
gregkh@...uxfoundation.org, loic.poulain@...aro.org
Cc: mhi@...ts.linux.dev, linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org, ylintan <yonglin.tan@...look.com>
Subject: [PATCH] bus: mhi: host: Add support for a new Quectel Module.
From: ylintan <yonglin.tan@...look.com>
A new Quectel EM1xx module need to be supported by kernel.
The module is based on Qualcomm SDX24 platform and the
configuration should be aligned with EM120 and EM160.
Signed-off-by: Yonglin Tan <yonglin.tan@...look.com>
Signed-off-by: ylintan <yonglin.tan@...look.com>
---
drivers/bus/mhi/host/pci_generic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
index 8416267..0a6469c 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -557,6 +557,8 @@ static const struct pci_device_id mhi_pci_id_table[] = {
.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
{ PCI_DEVICE(0x1eac, 0x1002), /* EM160R-GL (sdx24) */
.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
+ { PCI_DEVICE(0x1eac, 0x2001), /* EM120R-GL for FCCL (sdx24) */
+ .driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
/* T99W175 (sdx55), Both for eSIM and Non-eSIM */
{ PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0ab),
.driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info },
--
2.7.4
Powered by blists - more mailing lists