File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1384,6 +1384,9 @@ typedef struct
1384
1384
#define DID_INTEL_SKYLAKE_H_IMC_HAQ 0x1910
1385
1385
/* Source: Intel Xeon Processor E3-1200 v5 Product Family */
1386
1386
#define DID_INTEL_SKYLAKE_DT_IMC_HA 0x1918
1387
+ /* Source: Intel C620 Series Chipset Platform Controller Hub Datasheet */
1388
+ #define DID_INTEL_C620_PCH_SMBUS 0xa1a3
1389
+ #define DID_INTEL_C620_SUPER_SMBUS 0xa223
1387
1390
/* Source:7th Generation Intel Processor for S-Platforms & Core X-Series Vol2*/
1388
1391
#define DID_INTEL_KABYLAKE_H_IMC_HAD 0x5900
1389
1392
#define DID_INTEL_KABYLAKE_U_IMC_HA 0x5904
Original file line number Diff line number Diff line change @@ -10382,6 +10382,14 @@ static void Intel_Watchdog(CORE_RO *Core)
10382
10382
.driver_data = (kernel_ulong_t) TCOBASE
10383
10383
},
10384
10384
{
10385
+ PCI_VDEVICE(INTEL, DID_INTEL_C620_PCH_SMBUS),
10386
+ .driver_data = (kernel_ulong_t) TCOBASE
10387
+ },
10388
+ {
10389
+ PCI_VDEVICE(INTEL, DID_INTEL_C620_SUPER_SMBUS),
10390
+ .driver_data = (kernel_ulong_t) TCOBASE
10391
+ },
10392
+ {
10385
10393
PCI_VDEVICE(INTEL, DID_INTEL_KBL_PCH_H_SMBUS),
10386
10394
.driver_data = (kernel_ulong_t) TCOBASE
10387
10395
},
You can’t perform that action at this time.
0 commit comments