diff options
author | Mark Brown <broonie@kernel.org> | 2023-10-23 19:38:22 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-23 19:38:22 +0100 |
commit | 4fc4db7a68c2c04522880c4f89317f7874a4188f (patch) | |
tree | dc7e38eb44e2e4eb177245c157869ff301287590 /drivers/spi/spi-intel-pci.c | |
parent | 61f85372d293241f4139731c14cab9ac8e9436fb (diff) | |
parent | 05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1 (diff) | |
download | linux-stable-4fc4db7a68c2c04522880c4f89317f7874a4188f.tar.gz linux-stable-4fc4db7a68c2c04522880c4f89317f7874a4188f.tar.bz2 linux-stable-4fc4db7a68c2c04522880c4f89317f7874a4188f.zip |
ASoC: Merge up v6.6-rc7
Get fixes needed so we can enable build of ams-delta in more
configurations.
Diffstat (limited to 'drivers/spi/spi-intel-pci.c')
-rw-r--r-- | drivers/spi/spi-intel-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-intel-pci.c b/drivers/spi/spi-intel-pci.c index a7381e774b95..57d767a68e7b 100644 --- a/drivers/spi/spi-intel-pci.c +++ b/drivers/spi/spi-intel-pci.c @@ -72,6 +72,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = { { PCI_VDEVICE(INTEL, 0x4da4), (unsigned long)&bxt_info }, { PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info }, { PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info }, + { PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info }, { PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info }, { PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info }, { PCI_VDEVICE(INTEL, 0x7e23), (unsigned long)&cnl_info }, |