Skip to content

Commit 0f70fdd

Browse files
rgongatamdKAGA-KOKO
authored andcommitted
x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70h
Add new PCI IDs for Device 18h and Function 4 to enable the amd_atl driver on those systems. Signed-off-by: Richard Gong <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Yazen Ghannam <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent d19d638 commit 0f70fdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/x86/kernel/amd_nb.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#define PCI_DEVICE_ID_AMD_19H_M70H_DF_F4 0x14f4
4545
#define PCI_DEVICE_ID_AMD_19H_M78H_DF_F4 0x12fc
4646
#define PCI_DEVICE_ID_AMD_1AH_M00H_DF_F4 0x12c4
47+
#define PCI_DEVICE_ID_AMD_1AH_M60H_DF_F4 0x124c
48+
#define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F4 0x12bc
4749
#define PCI_DEVICE_ID_AMD_MI200_DF_F4 0x14d4
4850
#define PCI_DEVICE_ID_AMD_MI300_DF_F4 0x152c
4951

@@ -125,6 +127,8 @@ static const struct pci_device_id amd_nb_link_ids[] = {
125127
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M78H_DF_F4) },
126128
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CNB17H_F4) },
127129
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M00H_DF_F4) },
130+
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M60H_DF_F4) },
131+
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M70H_DF_F4) },
128132
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_MI200_DF_F4) },
129133
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_MI300_DF_F4) },
130134
{}

0 commit comments

Comments
 (0)