diff options
Diffstat (limited to 'sys/dev/intel/spi_pci.c')
| -rw-r--r-- | sys/dev/intel/spi_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c index 49fb9c14d268..3780589d03e5 100644 --- a/sys/dev/intel/spi_pci.c +++ b/sys/dev/intel/spi_pci.c @@ -58,6 +58,7 @@ static struct intelspi_pci_device { { 0xa2aa8086, SPI_SUNRISEPOINT, "Intel Kaby Lake-H SPI Controller-1" }, { 0xa3a98086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-0" }, { 0xa3aa8086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-1" }, + { 0xe4238086, SPI_SUNRISEPOINT, "Intel Panther Lake-H SPI Controller" }, }; static int |
