git: 7a1547d657dd - stable/14 - intelspi: add Lunar Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:15:11 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=7a1547d657ddbf0cffd17617405e56b88b79c073
commit 7a1547d657ddbf0cffd17617405e56b88b79c073
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:29:30 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:14:36 +0000
intelspi: add Lunar Lake SPI controller IDs
Add PCI device IDs for Lunar Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59010
(cherry picked from commit be503dd912a18e5f7eb16c73326562e13681cf49)
---
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 73fc06d2267c..c095692933bc 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -128,6 +128,9 @@ static struct intelspi_pci_device {
{ 0xa37b8086, SPI_SUNRISEPOINT, "Intel Cannon Lake SPI Controller-5" },
{ 0xa3a98086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-0" },
{ 0xa3aa8086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-1" },
+ { 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" },
};
static int