Skip to content

Commit 9cf4575

Browse files
spandruvadarafaeljw
authored andcommitted
ACPI: DPTF: Support for Wildcat Lake
Add Wildcat Lake ACPI IDs for DPTF. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://patch.msgid.link/20250617231824.3314507-1-srinivas.pandruvada@linux.intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent e04c78d commit 9cf4575

5 files changed

Lines changed: 12 additions & 0 deletions

File tree

drivers/acpi/dptf/dptf_power.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
238238
{"INTC10A5", 0},
239239
{"INTC10D8", 0},
240240
{"INTC10D9", 0},
241+
{"INTC1100", 0},
242+
{"INTC1101", 0},
241243
{"", 0},
242244
};
243245
MODULE_DEVICE_TABLE(acpi, int3407_device_ids);

drivers/acpi/dptf/int340x_thermal.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
6161
{"INTC10D7"},
6262
{"INTC10D8"},
6363
{"INTC10D9"},
64+
{"INTC10FC"},
65+
{"INTC10FD"},
66+
{"INTC10FE"},
67+
{"INTC10FF"},
68+
{"INTC1100"},
69+
{"INTC1101"},
70+
{"INTC1102"},
6471
{""},
6572
};
6673

drivers/acpi/fan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
{"INTC106A", }, /* Fan for Lunar Lake generation */ \
2121
{"INTC10A2", }, /* Fan for Raptor Lake generation */ \
2222
{"INTC10D6", }, /* Fan for Panther Lake generation */ \
23+
{"INTC10FE", }, /* Fan for Wildcat Lake generation */ \
2324
{"PNP0C0B", } /* Generic ACPI fan */
2425

2526
#define ACPI_FPS_NAME_LEN 20

drivers/thermal/intel/int340x_thermal/int3400_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
690690
{"INTC1068", 0},
691691
{"INTC10A0", 0},
692692
{"INTC10D4", 0},
693+
{"INTC10FC", 0},
693694
{}
694695
};
695696

drivers/thermal/intel/int340x_thermal/int3403_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
276276
{"INTC1069", 0},
277277
{"INTC10A1", 0},
278278
{"INTC10D5", 0},
279+
{"INTC10FD", 0},
279280
{"", 0},
280281
};
281282
MODULE_DEVICE_TABLE(acpi, int3403_device_ids);

0 commit comments

Comments
 (0)