git: ced8de538528 - stable/14 - intelspi: add Elkhart Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:15:05 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=ced8de538528adbb258371ae8e9875828dae5987
commit ced8de538528adbb258371ae8e9875828dae5987
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:14:34 +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 2901787506f2..b40fea5b4f99 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -69,6 +69,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" },