Commit 9b1b5535 authored by Gayatri Kammela's avatar Gayatri Kammela Committed by Rafael J. Wysocki
Browse files

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: default avatarPandruvada, Srinivas <srinivas.pandruvada@intel.com>
Signed-off-by: default avatarGayatri Kammela <gayatri.kammela@intel.com>
Acked-by: default avatarZhang Rui <rui.zhang@intel.com>
[ rjw: Subject & changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent bdd11b65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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},
	{}
};
+1 −0
Original line number Diff line number Diff line
@@ -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},
};