Skip to content

Commit f64a658

Browse files
nswaminadlezcano
authored andcommitted
thermal: int340x: processor_thermal: Add Jasper Lake support
Added new PCI id for Jasper Lake processor thermal device. Signed-off-by: Swaminathan, Nivedita <[email protected]> Signed-off-by: Srinivas Pandruvada <[email protected]> Acked-by: Zhang Rui <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c168bae commit f64a658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/thermal/intel/int340x_thermal/processor_thermal_device.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
/* IceLake thermal reporting device */
4343
#define PCI_DEVICE_ID_PROC_ICL_THERMAL 0x8a03
4444

45+
/* JasperLake thermal reporting device */
46+
#define PCI_DEVICE_ID_PROC_JSL_THERMAL 0x4503
47+
4548
#define DRV_NAME "proc_thermal"
4649

4750
struct power_config {
@@ -724,6 +727,7 @@ static const struct pci_device_id proc_thermal_pci_ids[] = {
724727
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_PROC_GLK_THERMAL)},
725728
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_PROC_ICL_THERMAL),
726729
.driver_data = (kernel_ulong_t)&rapl_mmio_hsw, },
730+
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_PROC_JSL_THERMAL)},
727731
{ 0, },
728732
};
729733

0 commit comments

Comments
 (0)