]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
thermal: int340x: processor_thermal: fix: update Jasper Lake PCI id
authorSumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Fri, 24 Jul 2020 07:52:26 +0000 (13:22 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 24 Jul 2020 11:39:49 +0000 (13:39 +0200)
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: f64a6583d3f5 ("thermal: int340x: processor_thermal: Add Jasper Lake support")
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1595577146-1221-1-git-send-email-sumeet.r.pawnikar@intel.com
drivers/thermal/intel/int340x_thermal/processor_thermal_device.c

index 297db1d2d960c6ab3d11a4ce724f9c11c585ed55..81e8b15ef405d581121a0ad873ef399ad99bac6c 100644 (file)
@@ -43,7 +43,7 @@
 #define PCI_DEVICE_ID_PROC_ICL_THERMAL 0x8a03
 
 /* JasperLake thermal reporting device */
-#define PCI_DEVICE_ID_PROC_JSL_THERMAL 0x4503
+#define PCI_DEVICE_ID_PROC_JSL_THERMAL 0x4E03
 
 /* TigerLake thermal reporting device */
 #define PCI_DEVICE_ID_PROC_TGL_THERMAL 0x9A03