summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/spi
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/spi')
-rw-r--r--src/soc/intel/common/block/spi/spi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/intel/common/block/spi/spi.c b/src/soc/intel/common/block/spi/spi.c
index 95981be7eb..51ac697eae 100644
--- a/src/soc/intel/common/block/spi/spi.c
+++ b/src/soc/intel/common/block/spi/spi.c
@@ -93,14 +93,14 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGP_GSPI4,
PCI_DEVICE_ID_INTEL_TGP_GSPI5,
PCI_DEVICE_ID_INTEL_TGP_GSPI6,
- PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_SPI0,
- PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_SPI1,
- PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_SPI2,
- PCI_DEVICE_ID_INTEL_JSP_PRE_PROD_HWSEQ_SPI,
PCI_DEVICE_ID_INTEL_MCC_SPI0,
PCI_DEVICE_ID_INTEL_MCC_GSPI0,
PCI_DEVICE_ID_INTEL_MCC_GSPI1,
PCI_DEVICE_ID_INTEL_MCC_GSPI2,
+ PCI_DEVICE_ID_INTEL_JSP_SPI0,
+ PCI_DEVICE_ID_INTEL_JSP_SPI1,
+ PCI_DEVICE_ID_INTEL_JSP_SPI2,
+ PCI_DEVICE_ID_INTEL_JSP_HWSEQ_SPI,
0
};