From f714965e8deca6e092f0a416d2c4c752a225e39e Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Sat, 13 May 2017 16:18:02 -0700 Subject: soc/intel/common/block/uart: Add GLK UART pci ids Change-Id: I08dd7a8c0d42d4ec7c6ff65a82553fe1efbcc424 Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/19687 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/uart/uart.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/soc/intel/common/block/uart') 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 = { -- cgit v1.2.3