File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 24
24
#define PCH_THERMAL_DID_SKL_H 0xA131 /* Skylake PCH 100 series */
25
25
#define PCH_THERMAL_DID_CNL 0x9Df9 /* CNL PCH */
26
26
#define PCH_THERMAL_DID_CNL_H 0xA379 /* CNL-H PCH */
27
+ #define PCH_THERMAL_DID_CNL_LP 0x02F9 /* CNL-LP PCH */
27
28
#define PCH_THERMAL_DID_CML_H 0X06F9 /* CML-H PCH */
28
29
29
30
/* Wildcat Point-LP PCH Thermal registers */
@@ -410,6 +411,8 @@ static const struct pci_device_id intel_pch_thermal_id[] = {
410
411
.driver_data = board_cnl , },
411
412
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCH_THERMAL_DID_CNL_H ),
412
413
.driver_data = board_cnl , },
414
+ { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCH_THERMAL_DID_CNL_LP ),
415
+ .driver_data = board_cnl , },
413
416
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCH_THERMAL_DID_CML_H ),
414
417
.driver_data = board_cml , },
415
418
{ 0 , },
You can’t perform that action at this time.
0 commit comments