diff options
author | Hannah Williams <hannah.williams@intel.com> | 2017-05-13 16:18:02 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-05-22 21:37:09 +0200 |
commit | f714965e8deca6e092f0a416d2c4c752a225e39e (patch) | |
tree | 3b4eaec6f54cd48dda5ee2c6affd5781c0fa44cf /src/soc | |
parent | 3038e9bd08222bc7bb4fa3988b66c31ee9e5daff (diff) |
soc/intel/common/block/uart: Add GLK UART pci ids
Change-Id: I08dd7a8c0d42d4ec7c6ff65a82553fe1efbcc424
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
Reviewed-on: https://review.coreboot.org/19687
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-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 = { |