git: 7aabce6eb2e7 - stable/15 - intelspi: add Lunar Lake SPI controller IDs

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 21:13:46 UTC
The branch stable/15 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=7aabce6eb2e70fbaccc3bf610f28d5b47c5161ff

commit 7aabce6eb2e70fbaccc3bf610f28d5b47c5161ff
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:13:15 +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 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