summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-07-01 13:00:47 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-07-01 13:00:47 -0700
commit1ce8c443e95698cecc32cc8ed5ff4b72da61eed4 (patch)
tree7fff42ad6e0203e140c4b523ef587bab434f63d3
parent9ee7827668c7c30f587b0101c4e6240672a4f429 (diff)
parent62f46fc7b8c639bc97cc9c69e063c40970b6e14c (diff)
downloadlinux-1ce8c443e95698cecc32cc8ed5ff4b72da61eed4.tar.bz2
Merge tag 'thermal-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull thermal control fix from Rafael Wysocki: "Add a new CPU ID to the list of supported processors in the intel_tcc_cooling driver (Sumeet Pawnikar)" * tag 'thermal-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: thermal: intel_tcc_cooling: Add TCC cooling support for RaptorLake
-rw-r--r--drivers/thermal/intel/intel_tcc_cooling.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel/intel_tcc_cooling.c b/drivers/thermal/intel/intel_tcc_cooling.c
index cd80c7db4073..a9596e7562ea 100644
--- a/drivers/thermal/intel/intel_tcc_cooling.c
+++ b/drivers/thermal/intel/intel_tcc_cooling.c
@@ -81,6 +81,7 @@ static const struct x86_cpu_id tcc_ids[] __initconst = {
X86_MATCH_INTEL_FAM6_MODEL(COMETLAKE, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, NULL),
+ X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, NULL),
{}
};