diff options
-rw-r--r-- | src/include/device/pci_ids.h | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/fast_spi/fast_spi.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index fbc0293959..155668e659 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3770,6 +3770,7 @@ #define PCI_DID_INTEL_GLK_SPI0 0x31c2 #define PCI_DID_INTEL_GLK_SPI1 0x31c4 #define PCI_DID_INTEL_GLK_SPI2 0x31c6 +#define PCI_DID_INTEL_GLK_HWSEQ_SPI 0x3196 #define PCI_DID_INTEL_CNL_SPI0 0x9daa #define PCI_DID_INTEL_CNL_SPI1 0x9dab #define PCI_DID_INTEL_CNL_SPI2 0x9dfb 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 8dc173cf05..ffda237d86 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 }; |