Skip to content

Commit caa3296

Browse files
aborzeszbroonie
authored andcommitted
spi: intel-pci: Add support for Nova Lake SPI serial flash
Add Intel Nova Lake PCH-S SPI serial flash PCI ID to the list of supported devices. This is the same controller found in previous generations. Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://patch.msgid.link/20260115120305.10080-1-alan.borzeszkowski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f6b6256 commit caa3296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spi-intel-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
8181
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
8282
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
8383
{ PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info },
84+
{ PCI_VDEVICE(INTEL, 0x6e24), (unsigned long)&cnl_info },
8485
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
8586
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
8687
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },

0 commit comments

Comments
 (0)