Skip to content

Commit 453b0d8

Browse files
committed
Merge: spi: pxa2xx: Add MTP-S support
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6363 JIRA: https://issues.redhat.com/browse/RHEL-78311 Upstream Status: RHEL-only RHEL is missing the following upstream commit: 07c3379 ("spi: pxa2xx: Remove no more neededPCI ID table") as well as additional predecessor commits, so in order to support Meteor Lake PCH-S also called Meteor Point-S, we need to add some of the entries from upstream 72d4a16 into the pxa2xx_spi_pci_compound_match table in spi-pxa2xx.c. Signed-off-by: David Arcari <[email protected]> Approved-by: Jaroslav Kysela <[email protected]> Approved-by: Steve Best <[email protected]> Approved-by: CKI KWF Bot <[email protected]> Merged-by: Patrick Talbert <[email protected]>
2 parents 9e27da3 + b1c3805 commit 453b0d8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

drivers/spi/spi-pxa2xx.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,19 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
14321432
{ PCI_VDEVICE(INTEL, 0xa0fb), LPSS_CNL_SSP },
14331433
{ PCI_VDEVICE(INTEL, 0xa0fd), LPSS_CNL_SSP },
14341434
{ PCI_VDEVICE(INTEL, 0xa0fe), LPSS_CNL_SSP },
1435+
/* MTP-S */
1436+
{ PCI_VDEVICE(INTEL, 0x7f2a), LPSS_CNL_SSP },
1437+
{ PCI_VDEVICE(INTEL, 0x7f2b), LPSS_CNL_SSP },
1438+
{ PCI_VDEVICE(INTEL, 0x7f5e), LPSS_CNL_SSP },
1439+
{ PCI_VDEVICE(INTEL, 0x7f5f), LPSS_CNL_SSP },
1440+
/* ARL-H */
1441+
{ PCI_VDEVICE(INTEL, 0x7727), LPSS_CNL_SSP },
1442+
{ PCI_VDEVICE(INTEL, 0x7730), LPSS_CNL_SSP },
1443+
{ PCI_VDEVICE(INTEL, 0x7746), LPSS_CNL_SSP },
1444+
/* LNL-M */
1445+
{ PCI_VDEVICE(INTEL, 0xa827), LPSS_CNL_SSP },
1446+
{ PCI_VDEVICE(INTEL, 0xa830), LPSS_CNL_SSP },
1447+
{ PCI_VDEVICE(INTEL, 0xa846), LPSS_CNL_SSP },
14351448
{ },
14361449
};
14371450

0 commit comments

Comments
 (0)