Skip to content

Commit 3fd3697

Browse files
zhang-ruirafaeljw
authored andcommitted
ACPI: DPTF: Support Panther Lake
Add Panther Lake ACPI IDs for DPTF. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Link: https://patch.msgid.link/20241203075802.584741-4-rui.zhang@intel.com [ rjw: Changelog edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 3cc83ae commit 3fd3697

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
@@ -152,6 +152,7 @@ static const struct acpi_device_id pch_fivr_device_ids[] = {
152152
{"INTC1064", 0},
153153
{"INTC106B", 0},
154154
{"INTC10A3", 0},
155+
{"INTC10D7", 0},
155156
{"", 0},
156157
};
157158
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
@@ -236,6 +236,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
236236
{"INTC106D", 0},
237237
{"INTC10A4", 0},
238238
{"INTC10A5", 0},
239+
{"INTC10D8", 0},
240+
{"INTC10D9", 0},
239241
{"", 0},
240242
};
241243
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
@@ -55,6 +55,12 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
5555
{"INTC10A3"},
5656
{"INTC10A4"},
5757
{"INTC10A5"},
58+
{"INTC10D4"},
59+
{"INTC10D5"},
60+
{"INTC10D6"},
61+
{"INTC10D7"},
62+
{"INTC10D8"},
63+
{"INTC10D9"},
5864
{""},
5965
};
6066

drivers/acpi/fan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{"INTC1063", }, /* Fan for Meteor Lake generation */ \
2020
{"INTC106A", }, /* Fan for Lunar Lake generation */ \
2121
{"INTC10A2", }, /* Fan for Raptor Lake generation */ \
22+
{"INTC10D6", }, /* Fan for Panther Lake generation */ \
2223
{"PNP0C0B", } /* Generic ACPI fan */
2324

2425
#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
{"INTC1042", 0},
691691
{"INTC1068", 0},
692692
{"INTC10A0", 0},
693+
{"INTC10D4", 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
@@ -275,6 +275,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
275275
{"INTC1062", 0},
276276
{"INTC1069", 0},
277277
{"INTC10A1", 0},
278+
{"INTC10D5", 0},
278279
{"", 0},
279280
};
280281
MODULE_DEVICE_TABLE(acpi, int3403_device_ids);

0 commit comments

Comments
 (0)