Skip to content

Commit 79b510c

Browse files
sumeetpawnikarrafaeljw
authored andcommitted
ACPI: DPTF: Add Lunar Lake support
Add Lunar Lake ACPI IDs for DPTF devices. Signed-off-by: Sumeet Pawnikar <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fec50db commit 79b510c

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
@@ -150,6 +150,7 @@ static const struct acpi_device_id pch_fivr_device_ids[] = {
150150
{"INTC1045", 0},
151151
{"INTC1049", 0},
152152
{"INTC1064", 0},
153+
{"INTC106B", 0},
153154
{"INTC10A3", 0},
154155
{"", 0},
155156
};

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
{"INTC1061", 0},
233233
{"INTC1065", 0},
234234
{"INTC1066", 0},
235+
{"INTC106C", 0},
236+
{"INTC106D", 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
@@ -43,6 +43,12 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
4343
{"INTC1064"},
4444
{"INTC1065"},
4545
{"INTC1066"},
46+
{"INTC1068"},
47+
{"INTC1069"},
48+
{"INTC106A"},
49+
{"INTC106B"},
50+
{"INTC106C"},
51+
{"INTC106D"},
4652
{"INTC10A0"},
4753
{"INTC10A1"},
4854
{"INTC10A2"},

drivers/acpi/fan.h

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

drivers/thermal/intel/int340x_thermal/int3400_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
705705
{"INTC1040", 0},
706706
{"INTC1041", 0},
707707
{"INTC1042", 0},
708+
{"INTC1068", 0},
708709
{"INTC10A0", 0},
709710
{}
710711
};

drivers/thermal/intel/int340x_thermal/int3403_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
284284
{"INTC1043", 0},
285285
{"INTC1046", 0},
286286
{"INTC1062", 0},
287+
{"INTC1069", 0},
287288
{"INTC10A1", 0},
288289
{"", 0},
289290
};

0 commit comments

Comments
 (0)