Skip to content

Commit 9b1b553

Browse files
gkammelarafaeljw
authored andcommitted
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: Pandruvada, Srinivas <[email protected]> Signed-off-by: Gayatri Kammela <[email protected]> Acked-by: Zhang Rui <[email protected]> [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent bdd11b6 commit 9b1b553

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/thermal/intel/int340x_thermal/int3400_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct platform_device *pdev)
369369
}
370370

371371
static const struct acpi_device_id int3400_thermal_match[] = {
372+
{"INT1040", 0},
372373
{"INT3400", 0},
373374
{}
374375
};

drivers/thermal/intel/int340x_thermal/int3403_thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device *pdev)
282282
}
283283

284284
static const struct acpi_device_id int3403_device_ids[] = {
285+
{"INT1043", 0},
285286
{"INT3403", 0},
286287
{"", 0},
287288
};

0 commit comments

Comments
 (0)