Skip to content
Snippets Groups Projects
Commit 9b1b5535 authored by Gayatri Kammela's avatar Gayatri Kammela Committed by Rafael J. Wysocki
Browse files

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: default avatarPandruvada, Srinivas <srinivas.pandruvada@intel.com>
Signed-off-by: default avatarGayatri Kammela <gayatri.kammela@intel.com>
Acked-by: default avatarZhang Rui <rui.zhang@intel.com>
[ rjw: Subject & changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent bdd11b65
No related branches found
No related tags found
No related merge requests found
...@@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct platform_device *pdev) ...@@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct platform_device *pdev)
} }
static const struct acpi_device_id int3400_thermal_match[] = { static const struct acpi_device_id int3400_thermal_match[] = {
{"INT1040", 0},
{"INT3400", 0}, {"INT3400", 0},
{} {}
}; };
......
...@@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device *pdev) ...@@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device *pdev)
} }
static const struct acpi_device_id int3403_device_ids[] = { static const struct acpi_device_id int3403_device_ids[] = {
{"INT1043", 0},
{"INT3403", 0}, {"INT3403", 0},
{"", 0}, {"", 0},
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment