Skip to content

Commit 657b95d

Browse files
sumeetpawnikarrafaeljw
authored andcommitted
ACPI: DPTF: Support Meteor Lake
Add Meteor Lake ACPI IDs for DPTF devices. Signed-off-by: Sumeet Pawnikar <[email protected]> Reviewed-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent f4fb859 commit 657b95d

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-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+
{"INTC1064", 0},
154155
{"INTC10A3", 0},
155156
{"", 0},
156157
};

drivers/acpi/dptf/dptf_power.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
232232
{"INTC1050", 0},
233233
{"INTC1060", 0},
234234
{"INTC1061", 0},
235+
{"INTC1065", 0},
236+
{"INTC1066", 0},
235237
{"INTC10A4", 0},
236238
{"INTC10A5", 0},
237239
{"", 0},

drivers/acpi/dptf/int340x_thermal.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
2727
{"INT3532"},
2828
{"INTC1040"},
2929
{"INTC1041"},
30+
{"INTC1042"},
3031
{"INTC1043"},
3132
{"INTC1044"},
3233
{"INTC1045"},
@@ -37,6 +38,11 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
3738
{"INTC1050"},
3839
{"INTC1060"},
3940
{"INTC1061"},
41+
{"INTC1062"},
42+
{"INTC1063"},
43+
{"INTC1064"},
44+
{"INTC1065"},
45+
{"INTC1066"},
4046
{"INTC10A0"},
4147
{"INTC10A1"},
4248
{"INTC10A2"},

drivers/acpi/fan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{"INT3404", }, /* Fan */ \
1515
{"INTC1044", }, /* Fan for Tiger Lake generation */ \
1616
{"INTC1048", }, /* Fan for Alder Lake generation */ \
17+
{"INTC1063", }, /* Fan for Meteor Lake generation */ \
1718
{"INTC10A2", }, /* Fan for Raptor Lake generation */ \
1819
{"PNP0C0B", } /* Generic ACPI fan */
1920

drivers/thermal/intel/int340x_thermal/int3400_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
663663
{"INT3400", 0},
664664
{"INTC1040", 0},
665665
{"INTC1041", 0},
666+
{"INTC1042", 0},
666667
{"INTC10A0", 0},
667668
{}
668669
};

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+
{"INTC1062", 0},
288289
{"INTC10A1", 0},
289290
{"", 0},
290291
};

0 commit comments

Comments
 (0)