diff options
-rw-r--r-- | src/soc/intel/common/block/uart/uart.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/uart/uart.c b/src/soc/intel/common/block/uart/uart.c index 8c5e4542f6..632fb95f8e 100644 --- a/src/soc/intel/common/block/uart/uart.c +++ b/src/soc/intel/common/block/uart/uart.c @@ -60,6 +60,11 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_APL_UART1, PCI_DEVICE_ID_INTEL_APL_UART2, PCI_DEVICE_ID_INTEL_APL_UART3, + PCI_DEVICE_ID_INTEL_GLK_UART0, + PCI_DEVICE_ID_INTEL_GLK_UART1, + PCI_DEVICE_ID_INTEL_GLK_UART2, + PCI_DEVICE_ID_INTEL_GLK_UART3, + 0, }; static const struct pci_driver pch_uart __pci_driver = { |