git: 8ddc54f923ae - main - intelspi: add Gemini Lake SPI controller PCI IDs

From: Adrian Chadd <adrian_at_FreeBSD.org>
Date: Wed, 19 Aug 2026 02:07:24 UTC
The branch main has been updated by adrian:

URL: https://cgit.FreeBSD.org/src/commit/?id=8ddc54f923aec9738c323d2077419b17ba4a1226

commit 8ddc54f923aec9738c323d2077419b17ba4a1226
Author:     Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-19 01:50:37 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-19 02:01:38 +0000

    intelspi: add Gemini Lake SPI controller PCI IDs
    
    Add Gemini Lake LPSS SPI controller PCI IDs (0x31c2, 0x31c4, 0x31c6)
    to intelspi_pci_devices[].
    
    Reviewed by:    adrian
    Differential Revision:  https://reviews.freebsd.org/D58868
---
 sys/dev/intel/spi_pci.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
index 49fb9c14d268..8b41cc5f8246 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -58,6 +58,9 @@ static struct intelspi_pci_device {
 	{ 0xa2aa8086, SPI_SUNRISEPOINT, "Intel Kaby Lake-H SPI Controller-1" },
 	{ 0xa3a98086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-0" },
 	{ 0xa3aa8086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-1" },
+	{ 0x31c28086, SPI_SUNRISEPOINT, "Intel Gemini Lake SPI Controller-0" },
+	{ 0x31c48086, SPI_SUNRISEPOINT, "Intel Gemini Lake SPI Controller-1" },
+	{ 0x31c68086, SPI_SUNRISEPOINT, "Intel Gemini Lake SPI Controller-2" },
 };
 
 static int