git: a21cd4551979 - stable/14 - intelspi: add Gemini Lake SPI controller PCI IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:14:54 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=a21cd455197989971f0bca4f3fa8f9c46fd507e9
commit a21cd455197989971f0bca4f3fa8f9c46fd507e9
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:14:30 +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 c2c118ca1eae..2a9d0e75233c 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -59,6 +59,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