mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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>
This commit is contained in:
@@ -96,6 +96,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
|
||||
{ PCI_VDEVICE(INTEL, 0xa324), (unsigned long)&cnl_info },
|
||||
{ PCI_VDEVICE(INTEL, 0xa3a4), (unsigned long)&cnl_info },
|
||||
{ PCI_VDEVICE(INTEL, 0xa823), (unsigned long)&cnl_info },
|
||||
{ PCI_VDEVICE(INTEL, 0xd323), (unsigned long)&cnl_info },
|
||||
{ PCI_VDEVICE(INTEL, 0xe323), (unsigned long)&cnl_info },
|
||||
{ PCI_VDEVICE(INTEL, 0xe423), (unsigned long)&cnl_info },
|
||||
{ },
|
||||
|
||||
Reference in New Issue
Block a user