mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-18 05:04:04 +00:00
thermal: int340x: Support Alder Lake
Add ACPI IDs for thermal drivers for Alder Lake support. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20201117194802.503337-1-srinivas.pandruvada@linux.intel.com
This commit is contained in:
parent
4401117bf7
commit
67698880ac
2 changed files with 2 additions and 0 deletions
|
@ -584,6 +584,7 @@ static int int3400_thermal_remove(struct platform_device *pdev)
|
|||
static const struct acpi_device_id int3400_thermal_match[] = {
|
||||
{"INT3400", 0},
|
||||
{"INTC1040", 0},
|
||||
{"INTC1041", 0},
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
@ -284,6 +284,7 @@ static int int3403_remove(struct platform_device *pdev)
|
|||
static const struct acpi_device_id int3403_device_ids[] = {
|
||||
{"INT3403", 0},
|
||||
{"INTC1043", 0},
|
||||
{"INTC1046", 0},
|
||||
{"", 0},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, int3403_device_ids);
|
||||
|
|
Loading…
Add table
Reference in a new issue