stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4] mfd: intel-lpss: Add support for MacBookPro16,2 ICL-N UART
@ 2021-10-05  4:05 Aditya Garg
  2021-10-12 11:58 ` Lee Jones
  0 siblings, 1 reply; 9+ messages in thread
From: Aditya Garg @ 2021-10-05  4:05 UTC (permalink / raw)
  To: stable@vger.kernel.org
  Cc: Orlando Chamberlain, andriy.shevchenko@linux.intel.com, Lee Jones

Added 8086:38a8 to the intel_lpss_pci driver. It is an Intel Ice Lake
PCH-N UART controler present on the MacBookPro16,2.

Cc: stable@vger.kernel.org
Signed-off-by: Orlando Chamberlain <redecorating@protonmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v3->v4: reviewed-by line
 
drivers/mfd/intel-lpss-pci.c
 | 2 ++
 1 file changed, 2 insertions(+)


diff
 --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index c54d19fb184c..a872b4485eac 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c

@@ -253,6 +253,8 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {

 	{ PCI_VDEVICE(INTEL, 0x34ea), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x34eb), (kernel_ulong_t)&bxt_i2c_info },
 	{ PCI_VDEVICE(INTEL, 0x34fb), (kernel_ulong_t)&spt_info },

+	/* ICL-N */
+	{ PCI_VDEVICE(INTEL, 0x38a8), (kernel_ulong_t)&bxt_uart_info },

 	/* TGL-H */
 	{ PCI_VDEVICE(INTEL, 0x43a7), (kernel_ulong_t)&bxt_uart_info },
 	{ PCI_VDEVICE(INTEL, 0x43a8), (kernel_ulong_t)&bxt_uart_info },
-- 
2.33.0



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

end of thread, other threads:[~2021-10-22 15:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-05  4:05 [PATCHv4] mfd: intel-lpss: Add support for MacBookPro16,2 ICL-N UART Aditya Garg
2021-10-12 11:58 ` Lee Jones
2021-10-14  4:15   ` Aditya Garg
2021-10-14 14:33     ` andriy.shevchenko
2021-10-21 11:15       ` Lee Jones
2021-10-22  4:24         ` Aditya Garg
2021-10-22  6:02           ` Greg KH
2021-10-22  7:58           ` Lee Jones
     [not found]             ` <PNZPR01MB44151488C970DB48157D5AFCB8809@PNZPR01MB4415.INDPRD01.PROD.OUTLOOK.COM>
2021-10-22 15:09               ` andriy.shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).