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

Adrian Chadd <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.src
Message-ID <6a850fdc.1e1bb.564206bc__26843.9357796282$1787105308$gmane$org@gitrepo.freebsd.org>
The branch main has been updated by adrian:

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

commit 8ddc54f923aec9738c323d2077419b17ba4a1226
Author:     Abdelkader Boudih <[email protected]>
AuthorDate: 2026-08-19 01:50:37 +0000
Commit:     Adrian Chadd <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.