git: be503dd912a1 - main - intelspi: add Lunar Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Aug 2026 02:43:23 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=be503dd912a18e5f7eb16c73326562e13681cf49
commit be503dd912a18e5f7eb16c73326562e13681cf49
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:29:30 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-22 02:29:32 +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
---
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 5d569611c7db..b951bbfa003d 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -127,6 +127,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