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

index 3517883b5cdb923190edad2064ebbf7b4c7bd240..efae0c02d898b7488370e672af8c9c02650c2dac 100644 (file)
@@ -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},
        {}
 };
index a7bbd8584ae25222343768a0bbfedd0f3f97d5f4..aeece1e136a5b8a3b749e61ead84bda95a7c4307 100644 (file)
@@ -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},
 };