Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9736678

Browse files
Shyam Sundar S Kgregkh
authored andcommitted
x86/amd_nb: Add new PCI IDs for AMD family 0x1a
[ Upstream commit 0e640f0 ] Add the new PCI Device IDs to the MISC IDs list to support new generation of AMD 1Ah family 70h Models of processors. [ bp: Massage commit message. ] Signed-off-by: Shyam Sundar S K <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Stable-dep-of: 59c3400 ("x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h") Signed-off-by: Sasha Levin <[email protected]>
1 parent 688872c commit 9736678

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/x86/kernel/amd_nb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ static const struct pci_device_id amd_nb_misc_ids[] = {
9292
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M78H_DF_F3) },
9393
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3) },
9494
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3) },
95+
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3) },
9596
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_MI200_DF_F3) },
9697
{}
9798
};

include/linux/pci_ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
#define PCI_DEVICE_ID_AMD_19H_M78H_DF_F3 0x12fb
581581
#define PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3 0x12c3
582582
#define PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3 0x16fb
583+
#define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3 0x12bb
583584
#define PCI_DEVICE_ID_AMD_MI200_DF_F3 0x14d3
584585
#define PCI_DEVICE_ID_AMD_VANGOGH_USB 0x163a
585586
#define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703

0 commit comments

Comments
 (0)