Skip to content

Commit 38748bc

Browse files
spandruvadarafaeljw
authored andcommitted
ACPI: DPTF: Support Alder Lake
Add Alder 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 f8394f2 commit 38748bc

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

drivers/acpi/dptf/dptf_pch_fivr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ static int pch_fivr_remove(struct platform_device *pdev)
106106

107107
static const struct acpi_device_id pch_fivr_device_ids[] = {
108108
{"INTC1045", 0},
109+
{"INTC1049", 0},
109110
{"", 0},
110111
};
111112
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
@@ -229,6 +229,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
229229
{"INT3532", 0},
230230
{"INTC1047", 0},
231231
{"INTC1050", 0},
232+
{"INTC1060", 0},
233+
{"INTC1061", 0},
232234
{"", 0},
233235
};
234236
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
@@ -25,10 +25,16 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
2525
{"INT340A"},
2626
{"INT340B"},
2727
{"INTC1040"},
28+
{"INTC1041"},
2829
{"INTC1043"},
2930
{"INTC1044"},
3031
{"INTC1045"},
32+
{"INTC1046"},
3133
{"INTC1047"},
34+
{"INTC1048"},
35+
{"INTC1049"},
36+
{"INTC1060"},
37+
{"INTC1061"},
3238
{""},
3339
};
3440

drivers/acpi/fan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ static const struct acpi_device_id fan_device_ids[] = {
2727
{"PNP0C0B", 0},
2828
{"INT3404", 0},
2929
{"INTC1044", 0},
30+
{"INTC1048", 0},
3031
{"", 0},
3132
};
3233
MODULE_DEVICE_TABLE(acpi, fan_device_ids);

0 commit comments

Comments
 (0)