mirror of https://github.com/torvalds/linux.git
spi: Fix for v6.18
One new device ID for an Intel SoC. -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmkF+eAACgkQJNaLcl1U h9CUIwf+J+ii60TWW4Ye9rRy4QN5WjLLud9VTpVtLIVu54oXK4NxU+blTQ82AynB 291ZJ3sEHiO4PTi6ZAUsgKCZ+bCS0fE2XBJBH642yTyM1ixyFx/hs71rzE97OOA4 tQFAxJwJFRXIwTq4HEwBbxE1Oh0KFnBMQAo6lWx9rrtm+6BcUzYMXTwGYajLj3gj vULpU6xpOuJ7H+LgM8W0pHVD4iGdqMUy/6qiknjmN5UKiormJxjBQzPSLgQis/7R tSFO6dOfsQgEmlzIgBgHFtnikCNor6aA5bLOJgmPIemX9csQaejyZSpyAWSfZYdQ 28/yA4VemgiEddfeecpCMCd2s8vzQA== =Y8Hn -----END PGP SIGNATURE----- Merge tag 'spi-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi Pull spi fix from Mark Brown: "One new device ID for an Intel SoC" * tag 'spi-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: spi: intel: Add support for Oak Stream SPI serial flash
This commit is contained in:
commit
691d401c7e
|
|
@ -80,6 +80,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
|
||||||
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
|
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
|
||||||
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
|
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
|
||||||
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
|
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
|
||||||
|
{ PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info },
|
||||||
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
|
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
|
||||||
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
|
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
|
||||||
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
|
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue