Skip to content

Commit c1b03f1

Browse files
jhnikulabroonie
authored andcommitted
spi: pxa2xx: Add support for Intel Broxton B-Step
Add support for third Intel Broxton variant and update comment for A-Step variant. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Tested-by: Steve Sakoman <steve.sakoman@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent caba248 commit c1b03f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drivers/spi/spi-pxa2xx.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,10 +1384,14 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
13841384
/* SPT-H */
13851385
{ PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP },
13861386
{ PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP },
1387-
/* BXT */
1387+
/* BXT A-Step */
13881388
{ PCI_VDEVICE(INTEL, 0x0ac2), LPSS_BXT_SSP },
13891389
{ PCI_VDEVICE(INTEL, 0x0ac4), LPSS_BXT_SSP },
13901390
{ PCI_VDEVICE(INTEL, 0x0ac6), LPSS_BXT_SSP },
1391+
/* BXT B-Step */
1392+
{ PCI_VDEVICE(INTEL, 0x1ac2), LPSS_BXT_SSP },
1393+
{ PCI_VDEVICE(INTEL, 0x1ac4), LPSS_BXT_SSP },
1394+
{ PCI_VDEVICE(INTEL, 0x1ac6), LPSS_BXT_SSP },
13911395
/* APL */
13921396
{ PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
13931397
{ PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },

0 commit comments

Comments
 (0)