Skip to content

Commit 6c31442

Browse files
westeribroonie
authored andcommitted
spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list
Turns out this "SoC" side controller does not support certain commands, such as reading chip JEDEC ID, so the controller is pretty much unusable in Linux. We should be using the "PCH" side controller instead. For this reason remove this PCI ID from the list. Fixes: c2912d4 ("spi: intel-pci: Add support for Meteor Lake-S SPI serial flash") Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://msgid.link/r/20240122120034.2664812-2-mika.westerberg@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6613476 commit 6c31442

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/spi/spi-intel-pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
8484
{ PCI_VDEVICE(INTEL, 0xa2a4), (unsigned long)&cnl_info },
8585
{ PCI_VDEVICE(INTEL, 0xa324), (unsigned long)&cnl_info },
8686
{ PCI_VDEVICE(INTEL, 0xa3a4), (unsigned long)&cnl_info },
87-
{ PCI_VDEVICE(INTEL, 0xae23), (unsigned long)&cnl_info },
8887
{ },
8988
};
9089
MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids);

0 commit comments

Comments
 (0)