diff options
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index e924710e126c..246ffabc72c9 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -1300,6 +1300,7 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = { | |||
1300 | /* SPT-H */ | 1300 | /* SPT-H */ |
1301 | { PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP }, | 1301 | { PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP }, |
1302 | { PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP }, | 1302 | { PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP }, |
1303 | { }, | ||
1303 | }; | 1304 | }; |
1304 | 1305 | ||
1305 | static bool pxa2xx_spi_idma_filter(struct dma_chan *chan, void *param) | 1306 | static bool pxa2xx_spi_idma_filter(struct dma_chan *chan, void *param) |