[PATCH] x86/amd_node: Add PCI Device ID for AMD 1Ah Family Models 80h-8Fh
From: Muralidhara M K
Date: Wed May 27 2026 - 13:18:42 EST
Add the new PCI Device ID to the MISC IDs list to support the new
generation of AMD 1Ah family 80h-8Fh Models of processors.
Signed-off-by: Muralidhara M K <muralidhara.mk@xxxxxxx>
---
include/linux/pci_ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 24cb42f66e4b..3301224c5845 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -585,6 +585,7 @@
#define PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3 0x16fb
#define PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3 0x124b
#define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3 0x12bb
+#define PCI_DEVICE_ID_AMD_1AH_M80H_DF_F3 0x1243
#define PCI_DEVICE_ID_AMD_MI200_DF_F3 0x14d3
#define PCI_DEVICE_ID_AMD_MI300_DF_F3 0x152b
#define PCI_DEVICE_ID_AMD_VANGOGH_USB 0x163a
--
2.34.1