Commit f64a6583 authored by Swaminathan, Nivedita's avatar Swaminathan, Nivedita Committed by Daniel Lezcano
Browse files

thermal: int340x: processor_thermal: Add Jasper Lake support

parent c168baec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@
/* IceLake thermal reporting device */
#define PCI_DEVICE_ID_PROC_ICL_THERMAL	0x8a03

/* JasperLake thermal reporting device */
#define PCI_DEVICE_ID_PROC_JSL_THERMAL	0x4503

#define DRV_NAME "proc_thermal"

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