Skip to content

Commit 85b731a

Browse files
aborzeszbroonie
authored andcommitted
spi: intel-pci: Add support for Nova Lake mobile SPI flash
Add Intel Nova Lake PCD-H SPI serial flash PCI ID to the list of supported devices. Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://patch.msgid.link/20260309153703.74282-1-alan.borzeszkowski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e53c0e9 commit 85b731a

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
@@ -96,6 +96,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
9696
{ PCI_VDEVICE(INTEL, 0xa324), (unsigned long)&cnl_info },
9797
{ PCI_VDEVICE(INTEL, 0xa3a4), (unsigned long)&cnl_info },
9898
{ PCI_VDEVICE(INTEL, 0xa823), (unsigned long)&cnl_info },
99+
{ PCI_VDEVICE(INTEL, 0xd323), (unsigned long)&cnl_info },
99100
{ PCI_VDEVICE(INTEL, 0xe323), (unsigned long)&cnl_info },
100101
{ PCI_VDEVICE(INTEL, 0xe423), (unsigned long)&cnl_info },
101102
{ },

0 commit comments

Comments
 (0)