提交 9b1b5535 编写于 作者: G Gayatri Kammela 提交者: Rafael J. Wysocki

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: NPandruvada, Srinivas <srinivas.pandruvada@intel.com>
Signed-off-by: NGayatri Kammela <gayatri.kammela@intel.com>
Acked-by: NZhang Rui <rui.zhang@intel.com>
[ rjw: Subject & changelog ]
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 bdd11b65
...@@ -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},
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册