Skip to content

Commit e77f069

Browse files
zhang-ruirafaeljw
authored andcommitted
thermal: intel: intel_tcc_cooling: Add TCC cooling support for RaptorLake-S
Add RaptorLake to the list of processor models supported by the Intel TCC cooling driver. Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent be6abd3 commit e77f069

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
@@ -85,6 +85,7 @@ static const struct x86_cpu_id tcc_ids[] __initconst = {
8585
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_N, NULL),
8686
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, NULL),
8787
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, NULL),
88+
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, NULL),
8889
{}
8990
};
9091

0 commit comments

Comments
 (0)