git: 7d1f5854ac3f - stable/14 - intelspi: add Ice Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:15:02 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=7d1f5854ac3fbea4644ca67fdc01d2b12591af15
commit 7d1f5854ac3fbea4644ca67fdc01d2b12591af15
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:24:32 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:14:33 +0000
intelspi: add Ice Lake SPI controller IDs
Add PCI device IDs for Ice Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59002
(cherry picked from commit 88919d5ab6c4f611fb2b90d4ff17667072296950)
---
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 fad7dadb64ea..96c8632896a1 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -62,6 +62,9 @@ static struct intelspi_pci_device {
{ 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" },
+ { 0x34aa8086, SPI_SUNRISEPOINT, "Intel Ice Lake SPI Controller-0" },
+ { 0x34ab8086, SPI_SUNRISEPOINT, "Intel Ice Lake SPI Controller-1" },
+ { 0x34fb8086, SPI_SUNRISEPOINT, "Intel Ice Lake SPI Controller-2" },
{ 0x5ac28086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-0" },
{ 0x5ac48086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-1" },
{ 0x5ac68086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-2" },