git: ef916b824b9f - stable/15 - intelspi: add Lakefield SPI controller IDs

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

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

commit ef916b824b9f2913edce2a0217883e6d78bac259
Author:     Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:20:19 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:13:13 +0000

    intelspi: add Lakefield SPI controller IDs
    
    Add PCI device IDs for Lakefield-generation LPSS peripheral SPI
    controllers.
    
    Reviewed by:    adrian
    Differential Revision:  https://reviews.freebsd.org/D59001
    
    (cherry picked from commit 0b4ff3e1def98c6d804f1e8cc96f3f8eaf4c60bb)
---
 sys/dev/intel/spi_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
index 8280fe7573d5..5a08ef595d7a 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -64,6 +64,7 @@ static struct intelspi_pci_device {
 	{ 0x5ac28086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-0" },
 	{ 0x5ac48086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-1" },
 	{ 0x5ac68086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-2" },
+	{ 0x98aa8086, SPI_SUNRISEPOINT, "Intel Lakefield SPI Controller" },
 	{ 0x9c658086, SPI_LYNXPOINT, "Intel Lynx Point-LP SPI Controller-0" },
 	{ 0x9c668086, SPI_LYNXPOINT, "Intel Lynx Point-LP SPI Controller-1" },
 	{ 0x9ce58086, SPI_LYNXPOINT, "Intel Wildcat Point SPI Controller-0" },