git: 875f1a1789c2 - stable/14 - intelspi: add Panther Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:15:13 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=875f1a1789c246cc80ff012414c8fa290496670c
commit 875f1a1789c246cc80ff012414c8fa290496670c
Author: Abdelkader Boudih <seuros@FreeBSD.org>
AuthorDate: 2026-08-26 17:28:40 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:14:36 +0000
intelspi: add Panther Lake SPI controller IDs
Add PCI device IDs for Panther Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59012
(cherry picked from commit 59379461f00c0a7ca1c911c20674510affa6795a)
---
sys/dev/intel/spi_pci.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
index 44ccc3430065..a3da6bd0e2bb 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -134,6 +134,12 @@ static struct intelspi_pci_device {
{ 0xa8278086, SPI_SUNRISEPOINT, "Intel Lunar Lake SPI Controller-0" },
{ 0xa8308086, SPI_SUNRISEPOINT, "Intel Lunar Lake SPI Controller-1" },
{ 0xa8468086, SPI_SUNRISEPOINT, "Intel Lunar Lake SPI Controller-2" },
+ { 0xe3278086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-0" },
+ { 0xe3308086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-1" },
+ { 0xe3468086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-2" },
+ { 0xe4278086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-3" },
+ { 0xe4308086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-4" },
+ { 0xe4468086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-5" },
};
static int