git: c5c3eca21947 - stable/14 - intelspi: add Wildcat Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:15:12 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=c5c3eca21947b7b3bf12fbf7a25bd4f63c65b5c1
commit c5c3eca21947b7b3bf12fbf7a25bd4f63c65b5c1
Author: Abdelkader Boudih <seuros@FreeBSD.org>
AuthorDate: 2026-08-26 16:27:07 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:14:36 +0000
intelspi: add Wildcat Lake SPI controller IDs
Add PCI device IDs for Wildcat Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59011
(cherry picked from commit eeb02a9c24e9b59295b2cdf09bed955ccbf89a7e)
---
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 c095692933bc..44ccc3430065 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -72,6 +72,9 @@ static struct intelspi_pci_device {
{ 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" },
+ { 0x4d278086, SPI_SUNRISEPOINT, "Intel Wildcat Lake SPI Controller-0" },
+ { 0x4d308086, SPI_SUNRISEPOINT, "Intel Wildcat Lake SPI Controller-1" },
+ { 0x4d468086, SPI_SUNRISEPOINT, "Intel Wildcat 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" },