mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
thermal: int340x_thermal: Add Tiger Lake ACPI device IDs
Tiger Lake has new unique ACPI device IDs for thermal devices that need to be added to the Intel thermal driver to suport it. Reviewed-by: Pandruvada, Srinivas <srinivas.pandruvada@intel.com> Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com> Acked-by: Zhang Rui <rui.zhang@intel.com> [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
bdd11b6540
commit
9b1b5535df
@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static const struct acpi_device_id int3400_thermal_match[] = {
|
||||
{"INT1040", 0},
|
||||
{"INT3400", 0},
|
||||
{}
|
||||
};
|
||||
|
@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static const struct acpi_device_id int3403_device_ids[] = {
|
||||
{"INT1043", 0},
|
||||
{"INT3403", 0},
|
||||
{"", 0},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user