summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/fast_spi/fast_spi.c
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-09-07 13:13:42 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-09-08 15:33:20 +0000
commite7bdc1b9e0219ec7598969a4e1d7f34213170261 (patch)
treec3f8c4a2874f5cb5906482258d32ef55471c1a17 /src/soc/intel/common/block/fast_spi/fast_spi.c
parente078b058e3a706e1729adb5f27470eae077edcc8 (diff)
downloadcoreboot-e7bdc1b9e0219ec7598969a4e1d7f34213170261.tar.gz
coreboot-e7bdc1b9e0219ec7598969a4e1d7f34213170261.tar.bz2
coreboot-e7bdc1b9e0219ec7598969a4e1d7f34213170261.zip
soc/intel/commmon/fast_spi: Add missing ID for GLK
PCI ID taken from Intel doc #569262. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I5812e536f3e1c49a272a0b337cc69f3d8f30677f Reviewed-on: https://review.coreboot.org/c/coreboot/+/67402 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/fast_spi/fast_spi.c')
-rw-r--r--src/soc/intel/common/block/fast_spi/fast_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/fast_spi/fast_spi.c b/src/soc/intel/common/block/fast_spi/fast_spi.c
index 8dc173cf05c4..ffda237d86fd 100644
--- a/src/soc/intel/common/block/fast_spi/fast_spi.c
+++ b/src/soc/intel/common/block/fast_spi/fast_spi.c
@@ -542,6 +542,7 @@ static struct device_operations fast_spi_dev_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_APL_HWSEQ_SPI,
+ PCI_DID_INTEL_GLK_HWSEQ_SPI,
0
};