Skip to content

Commit 1ce8c44

Browse files
committed
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
2 parents 9ee7827 + 62f46fc commit 1ce8c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/thermal/intel/intel_tcc_cooling.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static const struct x86_cpu_id tcc_ids[] __initconst = {
8181
X86_MATCH_INTEL_FAM6_MODEL(COMETLAKE, NULL),
8282
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, NULL),
8383
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, NULL),
84+
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, NULL),
8485
{}
8586
};
8687

0 commit comments

Comments
 (0)