git: 6dfe4bf3fa45 - stable/15 - intelspi: add Gemini Lake SPI controller PCI IDs

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 21:13:29 UTC
The branch stable/15 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=6dfe4bf3fa45bc924579186e7274bc22310e7d50

commit 6dfe4bf3fa45bc924579186e7274bc22310e7d50
Author:     Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-19 01:50:37 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:13:12 +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
    
    (cherry picked from commit 8ddc54f923aec9738c323d2077419b17ba4a1226)
---
 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