diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2016-07-04 13:21:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-04 15:42:17 +0300 |
commit | 704d2b07946fcae68afd86c222fde129e11f6bbc (patch) | |
tree | 8ea554bf0f2aa601801f438d364b37319722a7b7 /drivers/spi/spi-pxa2xx.c | |
parent | b6ced294fb61418e7d3fc30bac696f313551d412 (diff) | |
download | linux-704d2b07946fcae68afd86c222fde129e11f6bbc.tar.xz |
spi: pxa2xx: Add support for Intel Kaby Lake PCH-H
Kaby Lake PCH-H has the same SPI host controller as Skylake. Add these new
PCI IDs to the list of supported devices.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 3e90a4ce668b..2f6272af5daf 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -1394,6 +1394,9 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = { /* SPT-H */ { PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP }, { PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP }, + /* KBL-H */ + { PCI_VDEVICE(INTEL, 0xa2a9), LPSS_SPT_SSP }, + { PCI_VDEVICE(INTEL, 0xa2aa), LPSS_SPT_SSP }, /* BXT A-Step */ { PCI_VDEVICE(INTEL, 0x0ac2), LPSS_BXT_SSP }, { PCI_VDEVICE(INTEL, 0x0ac4), LPSS_BXT_SSP }, |