git: 88919d5ab6c4 - main - intelspi: add Ice Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Aug 2026 02:43:14 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=88919d5ab6c4f611fb2b90d4ff17667072296950
commit 88919d5ab6c4f611fb2b90d4ff17667072296950
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:24:32 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-22 02:24:46 +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
---
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 5a08ef595d7a..e34550a6e06a 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -61,6 +61,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" },