Skip to content

Commit a95be87

Browse files
spandruvadarafaeljw
authored andcommitted
thermal: int340x: Support Raptor Lake
Add Raptor Lake ACPI IDs for DPTF devices. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent fe2437c commit a95be87

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/thermal/intel/int340x_thermal/int3400_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
596596
{"INT3400", 0},
597597
{"INTC1040", 0},
598598
{"INTC1041", 0},
599+
{"INTC10A0", 0},
599600
{}
600601
};
601602

drivers/thermal/intel/int340x_thermal/int3403_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
285285
{"INT3403", 0},
286286
{"INTC1043", 0},
287287
{"INTC1046", 0},
288+
{"INTC10A1", 0},
288289
{"", 0},
289290
};
290291
MODULE_DEVICE_TABLE(acpi, int3403_device_ids);

0 commit comments

Comments
 (0)