]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
EDAC/igen6: Add one Intel Panther Lake-H SoC support
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Fri, 3 Apr 2026 05:40:29 +0000 (13:40 +0800)
committerTony Luck <tony.luck@intel.com>
Fri, 29 May 2026 15:34:12 +0000 (08:34 -0700)
Add one Intel Panther Lake-H SoC compute die ID for EDAC support.

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://patch.msgid.link/20260403054029.3950383-4-qiuxu.zhuo@intel.com
drivers/edac/igen6_edac.c

index f849e3299593f70c067ea742db6d5ee7c024ac52..f3e53d63eb54fd05b71ac562e4195cdbd2d18fec 100644 (file)
@@ -309,6 +309,7 @@ static struct work_struct ecclog_work;
 #define DID_PTL_H_SKU11        0xb028
 #define DID_PTL_H_SKU12        0xb029
 #define DID_PTL_H_SKU13        0xb02a
+#define DID_PTL_H_SKU14        0xb00a
 
 /* Compute die IDs for Wildcat Lake with IBECC */
 #define DID_WCL_SKU1   0xfd00
@@ -863,6 +864,7 @@ static struct pci_device_id igen6_pci_tbl[] = {
        { PCI_VDEVICE(INTEL, DID_PTL_H_SKU11), (kernel_ulong_t)&ptl_h_cfg },
        { PCI_VDEVICE(INTEL, DID_PTL_H_SKU12), (kernel_ulong_t)&ptl_h_cfg },
        { PCI_VDEVICE(INTEL, DID_PTL_H_SKU13), (kernel_ulong_t)&ptl_h_cfg },
+       { PCI_VDEVICE(INTEL, DID_PTL_H_SKU14), (kernel_ulong_t)&ptl_h_cfg },
        { PCI_VDEVICE(INTEL, DID_WCL_SKU1), (kernel_ulong_t)&wcl_cfg },
        { },
 };