git: 5597accdc28f - stable/14 - intelspi: add Raptor Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 21:15:08 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=5597accdc28fe9d9ab2d8b1442186135a44d9d9a
commit 5597accdc28fe9d9ab2d8b1442186135a44d9d9a
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-22 02:27:22 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-06 21:14:35 +0000
intelspi: add Raptor Lake SPI controller IDs
Add PCI device IDs for Raptor Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59007
(cherry picked from commit a6d84d04b3f2b570d7fff0835058d14f3bd84d9a)
---
sys/dev/intel/spi_pci.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
index 53c3eb1aefa2..35ff015f0f40 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -84,6 +84,10 @@ 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" },
+ { 0x7a2a8086, SPI_SUNRISEPOINT, "Intel Raptor Lake SPI Controller-0" },
+ { 0x7a2b8086, SPI_SUNRISEPOINT, "Intel Raptor Lake SPI Controller-1" },
+ { 0x7a798086, SPI_SUNRISEPOINT, "Intel Raptor Lake SPI Controller-2" },
+ { 0x7a7b8086, SPI_SUNRISEPOINT, "Intel Raptor Lake SPI Controller-3" },
{ 0x7aaa8086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-6" },
{ 0x7aab8086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-7" },
{ 0x7af98086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-8" },