git: 59379461f00c - main - intelspi: add Panther Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Aug 2026 17:29:08 UTC
The branch main has been updated by seuros:
URL: https://cgit.FreeBSD.org/src/commit/?id=59379461f00c0a7ca1c911c20674510affa6795a
commit 59379461f00c0a7ca1c911c20674510affa6795a
Author: Abdelkader Boudih <seuros@FreeBSD.org>
AuthorDate: 2026-08-26 17:28:40 +0000
Commit: Abdelkader Boudih <seuros@FreeBSD.org>
CommitDate: 2026-08-26 17:28:40 +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
---
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 3e18d6b10949..55536419e56b 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -133,6 +133,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