git: bdda595a8ea3 - main - intelspi: add Elkhart Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Aug 2026 02:43:18 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=bdda595a8ea31cb8161e5773139df3cf8785abb7
commit bdda595a8ea31cb8161e5773139df3cf8785abb7
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:26:01 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-22 02:26:19 +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
---
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" },