Skip to content

Commit 30c5601

Browse files
michaelsit-iotgkuba-moo
authored andcommitted
stmmac: intel: Add ADL-N PCI ID
Add PCI ID for Ethernet TSN Controller on ADL-N. Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com> Link: https://lore.kernel.org/r/20220309033415.3370250-1-michael.wei.hong.sit@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent d9f5099 commit 30c5601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ static SIMPLE_DEV_PM_OPS(intel_eth_pm_ops, intel_eth_pci_suspend,
11591159
#define PCI_DEVICE_ID_INTEL_TGL_SGMII1G 0xa0ac
11601160
#define PCI_DEVICE_ID_INTEL_ADLS_SGMII1G_0 0x7aac
11611161
#define PCI_DEVICE_ID_INTEL_ADLS_SGMII1G_1 0x7aad
1162+
#define PCI_DEVICE_ID_INTEL_ADLN_SGMII1G 0x54ac
11621163

11631164
static const struct pci_device_id intel_eth_pci_id_table[] = {
11641165
{ PCI_DEVICE_DATA(INTEL, QUARK, &quark_info) },
@@ -1176,6 +1177,7 @@ static const struct pci_device_id intel_eth_pci_id_table[] = {
11761177
{ PCI_DEVICE_DATA(INTEL, TGLH_SGMII1G_1, &tgl_sgmii1g_phy1_info) },
11771178
{ PCI_DEVICE_DATA(INTEL, ADLS_SGMII1G_0, &adls_sgmii1g_phy0_info) },
11781179
{ PCI_DEVICE_DATA(INTEL, ADLS_SGMII1G_1, &adls_sgmii1g_phy1_info) },
1180+
{ PCI_DEVICE_DATA(INTEL, ADLN_SGMII1G, &tgl_sgmii1g_phy0_info) },
11791181
{}
11801182
};
11811183
MODULE_DEVICE_TABLE(pci, intel_eth_pci_id_table);

0 commit comments

Comments
 (0)