git: 3e5b0e7bdaea - stable/14 - intelspi: add Meteor Lake SPI controller IDs

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

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

commit 3e5b0e7bdaeaa4a030aa24f9b454553f54102809
Author:     Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:28:05 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:14:35 +0000

    intelspi: add Meteor Lake SPI controller IDs
    
    Add PCI device IDs for Meteor Lake-generation LPSS peripheral SPI
    controllers.
    
    Reviewed by:    adrian
    Differential Revision:  https://reviews.freebsd.org/D59008
    
    (cherry picked from commit 6d4b45ac5c6c7b01febda0185df420d08f80096b)
---
 sys/dev/intel/spi_pci.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
index 35ff015f0f40..bf8ed462f3b4 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -92,6 +92,13 @@ static struct intelspi_pci_device {
 	{ 0x7aab8086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-7" },
 	{ 0x7af98086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-8" },
 	{ 0x7afb8086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-9" },
+	{ 0x7e278086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-0" },
+	{ 0x7e308086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-1" },
+	{ 0x7e468086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-2" },
+	{ 0x7f2a8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-3" },
+	{ 0x7f2b8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-4" },
+	{ 0x7f5e8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-5" },
+	{ 0x7f5f8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-6" },
 	{ 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" },