git: e7db9fa2e104 - main - intelspi: add Jasper Lake SPI controller IDs
Adrian Chadd <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a890cc3.3a65b.7b73c0fe__48468.751441554$1787366638$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=e7db9fa2e10408257541c38b99323a17824c6078 commit e7db9fa2e10408257541c38b99323a17824c6078 Author: Abdelkader Boudih <[email protected]> AuthorDate: 2026-08-22 02:25:24 +0000 Commit: Adrian Chadd <[email protected]> CommitDate: 2026-08-22 02:25:27 +0000 intelspi: add Jasper Lake SPI controller IDs Add PCI device IDs for Jasper Lake-generation LPSS peripheral SPI controllers. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D59003 --- sys/dev/intel/spi_pci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c index e34550a6e06a..076d33d46e99 100644 --- a/sys/dev/intel/spi_pci.c +++ b/sys/dev/intel/spi_pci.c @@ -64,6 +64,9 @@ static struct intelspi_pci_device { { 0x34aa8086, SPI_SUNRISEPOINT, "Intel Ice Lake SPI Controller-0" }, { 0x34ab8086, SPI_SUNRISEPOINT, "Intel Ice Lake SPI Controller-1" }, { 0x34fb8086, SPI_SUNRISEPOINT, "Intel Ice Lake SPI Controller-2" }, + { 0x4daa8086, SPI_SUNRISEPOINT, "Intel Jasper Lake SPI Controller-0" }, + { 0x4dab8086, SPI_SUNRISEPOINT, "Intel Jasper Lake SPI Controller-1" }, + { 0x4dfb8086, SPI_SUNRISEPOINT, "Intel Jasper Lake SPI Controller-2" }, { 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" },