ACPI: DPTF: Add Tiger Lake ACPI device IDs
Tiger Lake has new unique ACPI device IDs that need to be added to the DPTF drivers to support it. Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com> [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
d1eef1c619
commit
55cfe6a5c5
@ -97,6 +97,7 @@ static int dptf_power_remove(struct platform_device *pdev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct acpi_device_id int3407_device_ids[] = {
|
static const struct acpi_device_id int3407_device_ids[] = {
|
||||||
|
{"INT1047", 0},
|
||||||
{"INT3407", 0},
|
{"INT3407", 0},
|
||||||
{"", 0},
|
{"", 0},
|
||||||
};
|
};
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
|
|
||||||
#define INT3401_DEVICE 0X01
|
#define INT3401_DEVICE 0X01
|
||||||
static const struct acpi_device_id int340x_thermal_device_ids[] = {
|
static const struct acpi_device_id int340x_thermal_device_ids[] = {
|
||||||
|
{"INT1040"},
|
||||||
|
{"INT1043"},
|
||||||
|
{"INT1044"},
|
||||||
|
{"INT1047"},
|
||||||
{"INT3400"},
|
{"INT3400"},
|
||||||
{"INT3401", INT3401_DEVICE},
|
{"INT3401", INT3401_DEVICE},
|
||||||
{"INT3402"},
|
{"INT3402"},
|
||||||
|
Loading…
Reference in New Issue
Block a user