git: 0b4ff3e1def9 - main - intelspi: add Lakefield SPI controller IDs

From: Adrian Chadd <adrian_at_FreeBSD.org>
Date: Sat, 22 Aug 2026 02:43:13 UTC
The branch main has been updated by adrian:

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

commit 0b4ff3e1def98c6d804f1e8cc96f3f8eaf4c60bb
Author:     Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:20:19 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-22 02:23:41 +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
---
 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" },