Skip to content

Commit c569e80

Browse files
sumeetpawnikardlezcano
authored andcommitted
thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH support
Add LP (Low Power) PCH id for Cannon Lake (CNL) based platforms. Signed-off-by: Sumeet Pawnikar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8994504 commit c569e80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/thermal/intel/intel_pch_thermal.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#define PCH_THERMAL_DID_SKL_H 0xA131 /* Skylake PCH 100 series */
2525
#define PCH_THERMAL_DID_CNL 0x9Df9 /* CNL PCH */
2626
#define PCH_THERMAL_DID_CNL_H 0xA379 /* CNL-H PCH */
27+
#define PCH_THERMAL_DID_CNL_LP 0x02F9 /* CNL-LP PCH */
2728
#define PCH_THERMAL_DID_CML_H 0X06F9 /* CML-H PCH */
2829

2930
/* Wildcat Point-LP PCH Thermal registers */
@@ -410,6 +411,8 @@ static const struct pci_device_id intel_pch_thermal_id[] = {
410411
.driver_data = board_cnl, },
411412
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCH_THERMAL_DID_CNL_H),
412413
.driver_data = board_cnl, },
414+
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCH_THERMAL_DID_CNL_LP),
415+
.driver_data = board_cnl, },
413416
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCH_THERMAL_DID_CML_H),
414417
.driver_data = board_cml, },
415418
{ 0, },

0 commit comments

Comments
 (0)