git: a6d84d04b3f2 - main - intelspi: add Raptor Lake SPI controller IDs
Adrian Chadd <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a890cc8.3ae3f.7859517__18531.0581744247$1787366677$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=a6d84d04b3f2b570d7fff0835058d14f3bd84d9a commit a6d84d04b3f2b570d7fff0835058d14f3bd84d9a Author: Abdelkader Boudih <[email protected]> AuthorDate: 2026-08-22 02:27:22 +0000 Commit: Adrian Chadd <[email protected]> CommitDate: 2026-08-22 02:27:28 +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 --- 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 aea7bd78a694..03c9b1cc021b 100644 --- a/sys/dev/intel/spi_pci.c +++ b/sys/dev/intel/spi_pci.c @@ -83,6 +83,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" },