mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
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>
This commit is contained in:
parent
3cc83aeea0
commit
3fd3697ebf
@ -152,6 +152,7 @@ static const struct acpi_device_id pch_fivr_device_ids[] = {
|
||||
{"INTC1064", 0},
|
||||
{"INTC106B", 0},
|
||||
{"INTC10A3", 0},
|
||||
{"INTC10D7", 0},
|
||||
{"", 0},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, pch_fivr_device_ids);
|
||||
|
@ -236,6 +236,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
|
||||
{"INTC106D", 0},
|
||||
{"INTC10A4", 0},
|
||||
{"INTC10A5", 0},
|
||||
{"INTC10D8", 0},
|
||||
{"INTC10D9", 0},
|
||||
{"", 0},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, int3407_device_ids);
|
||||
|
@ -55,6 +55,12 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
|
||||
{"INTC10A3"},
|
||||
{"INTC10A4"},
|
||||
{"INTC10A5"},
|
||||
{"INTC10D4"},
|
||||
{"INTC10D5"},
|
||||
{"INTC10D6"},
|
||||
{"INTC10D7"},
|
||||
{"INTC10D8"},
|
||||
{"INTC10D9"},
|
||||
{""},
|
||||
};
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
{"INTC1063", }, /* Fan for Meteor Lake generation */ \
|
||||
{"INTC106A", }, /* Fan for Lunar Lake generation */ \
|
||||
{"INTC10A2", }, /* Fan for Raptor Lake generation */ \
|
||||
{"INTC10D6", }, /* Fan for Panther Lake generation */ \
|
||||
{"PNP0C0B", } /* Generic ACPI fan */
|
||||
|
||||
#define ACPI_FPS_NAME_LEN 20
|
||||
|
@ -690,6 +690,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
|
||||
{"INTC1042", 0},
|
||||
{"INTC1068", 0},
|
||||
{"INTC10A0", 0},
|
||||
{"INTC10D4", 0},
|
||||
{}
|
||||
};
|
||||
|
||||
|
@ -275,6 +275,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
|
||||
{"INTC1062", 0},
|
||||
{"INTC1069", 0},
|
||||
{"INTC10A1", 0},
|
||||
{"INTC10D5", 0},
|
||||
{"", 0},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, int3403_device_ids);
|
||||
|
Loading…
Reference in New Issue
Block a user