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 <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6613476 commit 6c31442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)