ACPI: DPTF: Add Tiger Lake ACPI device IDs
authorGayatri Kammela <gayatri.kammela@intel.com>
Mon, 16 Dec 2019 18:31:48 +0000 (10:31 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 19 Dec 2019 21:51:55 +0000 (22:51 +0100)
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>
drivers/acpi/dptf/dptf_power.c
drivers/acpi/dptf/int340x_thermal.c

index eb58fc475a033aca861c4900824cc6885d0c32a7..387f27ef3368b1f9e591e0b143331428f36c1241 100644 (file)
@@ -97,6 +97,7 @@ static int dptf_power_remove(struct platform_device *pdev)
 }
 
 static const struct acpi_device_id int3407_device_ids[] = {
+       {"INT1047", 0},
        {"INT3407", 0},
        {"", 0},
 };
index 5c7a90186e3c5d27e4bae3ef36c2b31a5efb5866..1ec7b6900662cadac2bf498b6a9874bd99b92354 100644 (file)
 
 #define INT3401_DEVICE 0X01
 static const struct acpi_device_id int340x_thermal_device_ids[] = {
+       {"INT1040"},
+       {"INT1043"},
+       {"INT1044"},
+       {"INT1047"},
        {"INT3400"},
        {"INT3401", INT3401_DEVICE},
        {"INT3402"},