From 617aa44c0e878b7d28b87b6a99317a591f77d6d4 Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Sat, 13 May 2017 16:18:02 -0700 Subject: [PATCH] UPSTREAM: soc/intel/common/block/uart: Add GLK UART pci ids BUG=none BRANCH=none TEST=none Change-Id: Ia9167fc82c36d2e1ae2a681418dea2d91a544c78 Signed-off-by: Patrick Georgi Original-Commit-Id: f714965e8deca6e092f0a416d2c4c752a225e39e Original-Change-Id: I08dd7a8c0d42d4ec7c6ff65a82553fe1efbcc424 Original-Signed-off-by: Hannah Williams Original-Reviewed-on: https://review.coreboot.org/19687 Original-Reviewed-by: Aaron Durbin Original-Tested-by: build bot (Jenkins) Reviewed-on: https://chromium-review.googlesource.com/513954 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- src/soc/intel/common/block/uart/uart.c | 5 +++++ 1 file changed, 5 insertions(+) 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 = {