Skip to content

Commit a510c78

Browse files
spandruvadarafaeljw
authored andcommitted
ACPI: DPTF: 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 bca2175 commit a510c78

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

drivers/acpi/dptf/dptf_pch_fivr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ static int pch_fivr_remove(struct platform_device *pdev)
151151
static const struct acpi_device_id pch_fivr_device_ids[] = {
152152
{"INTC1045", 0},
153153
{"INTC1049", 0},
154+
{"INTC10A3", 0},
154155
{"", 0},
155156
};
156157
MODULE_DEVICE_TABLE(acpi, pch_fivr_device_ids);

drivers/acpi/dptf/dptf_power.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
231231
{"INTC1050", 0},
232232
{"INTC1060", 0},
233233
{"INTC1061", 0},
234+
{"INTC10A4", 0},
235+
{"INTC10A5", 0},
234236
{"", 0},
235237
};
236238
MODULE_DEVICE_TABLE(acpi, int3407_device_ids);

drivers/acpi/dptf/int340x_thermal.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
3737
{"INTC1050"},
3838
{"INTC1060"},
3939
{"INTC1061"},
40+
{"INTC10A0"},
41+
{"INTC10A1"},
42+
{"INTC10A2"},
43+
{"INTC10A3"},
44+
{"INTC10A4"},
45+
{"INTC10A5"},
4046
{""},
4147
};
4248

drivers/acpi/fan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
{"INT3404", }, /* Fan */ \
1111
{"INTC1044", }, /* Fan for Tiger Lake generation */ \
1212
{"INTC1048", }, /* Fan for Alder Lake generation */ \
13+
{"INTC10A2", }, /* Fan for Raptor Lake generation */ \
1314
{"PNP0C0B", } /* Generic ACPI fan */

0 commit comments

Comments
 (0)