git: 85c3651f7890 - stable/15 - intelspi: add Elkhart Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:13:40 UTC
The branch stable/15 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=85c3651f78908dc6b1436ec3792270e01ef82679
commit 85c3651f78908dc6b1436ec3792270e01ef82679
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:26:01 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:13:14 +0000
intelspi: add Elkhart Lake SPI controller IDs
Add PCI device IDs for Elkhart Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59005
(cherry picked from commit bdda595a8ea31cb8161e5773139df3cf8785abb7)
---
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 1bb54087f298..c13617d1403f 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -68,6 +68,9 @@ static struct intelspi_pci_device {
{ 0x43ab8086, SPI_SUNRISEPOINT, "Intel Tiger Lake SPI Controller-1" },
{ 0x43fb8086, SPI_SUNRISEPOINT, "Intel Tiger Lake SPI Controller-2" },
{ 0x43fd8086, SPI_SUNRISEPOINT, "Intel Tiger Lake SPI Controller-3" },
+ { 0x4b2a8086, SPI_SUNRISEPOINT, "Intel Elkhart Lake SPI Controller-0" },
+ { 0x4b2b8086, SPI_SUNRISEPOINT, "Intel Elkhart Lake SPI Controller-1" },
+ { 0x4b378086, SPI_SUNRISEPOINT, "Intel Elkhart Lake SPI Controller-2" },
{ 0x4daa8086, SPI_SUNRISEPOINT, "Intel Jasper Lake SPI Controller-0" },
{ 0x4dab8086, SPI_SUNRISEPOINT, "Intel Jasper Lake SPI Controller-1" },
{ 0x4dfb8086, SPI_SUNRISEPOINT, "Intel Jasper Lake SPI Controller-2" },