public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baseline
@ 2022-06-22  3:25 Slark Xiao
  2022-06-22  8:14 ` Manivannan Sadhasivam
  2022-06-22 16:25 ` Manivannan Sadhasivam
  0 siblings, 2 replies; 3+ messages in thread
From: Slark Xiao @ 2022-06-22  3:25 UTC (permalink / raw)
  To: mani, quic_hemantk
  Cc: gregkh, loic.poulain, dnlplm, bbhatt, mhi, linux-arm-msm,
	linux-kernel, Slark Xiao

Cinterion MV31-W modem with a new baseline (firmware) is sold as a separate
product with different device ID. So add support for the same reusing the
config.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 drivers/bus/mhi/host/pci_generic.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
index 841626727f6b..062662b3778b 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -578,6 +578,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
 	/* MV31-W (Cinterion) */
 	{ PCI_DEVICE(0x1269, 0x00b3),
 		.driver_data = (kernel_ulong_t) &mhi_mv31_info },
+	/* MV31-W (Cinterion), based on new baseline */
+	{ PCI_DEVICE(0x1269, 0x00b4),
+		.driver_data = (kernel_ulong_t) &mhi_mv31_info },
 	/* MV32-WA (Cinterion) */
 	{ PCI_DEVICE(0x1269, 0x00ba),
 		.driver_data = (kernel_ulong_t) &mhi_mv32_info },
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-22 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22  3:25 [PATCH v2] bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baseline Slark Xiao
2022-06-22  8:14 ` Manivannan Sadhasivam
2022-06-22 16:25 ` Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox