Skip to content

Commit 287d959

Browse files
sumeetpawnikardlezcano
authored andcommitted
thermal: int340x: processor_thermal: fix: update Jasper Lake PCI id
Update PCI device id for Jasper Lake processor thermal device. With this proc_thermal driver is getting loaded and processor thermal functionality works on Jasper Lake system. Fixes: f64a658 ("thermal: int340x: processor_thermal: Add Jasper Lake support") Signed-off-by: Sumeet Pawnikar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4b9e373 commit 287d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/intel/int340x_thermal/processor_thermal_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define PCI_DEVICE_ID_PROC_ICL_THERMAL 0x8a03
4444

4545
/* JasperLake thermal reporting device */
46-
#define PCI_DEVICE_ID_PROC_JSL_THERMAL 0x4503
46+
#define PCI_DEVICE_ID_PROC_JSL_THERMAL 0x4E03
4747

4848
/* TigerLake thermal reporting device */
4949
#define PCI_DEVICE_ID_PROC_TGL_THERMAL 0x9A03

0 commit comments

Comments
 (0)