Skip to content

Commit 1cc5b9a

Browse files
sumeetpawnikarrafaeljw
authored andcommitted
powercap: Add Power Limit4 support for Alder Lake SoC
Add Power Limit4 support for Alder Lake SoC. Signed-off-by: Sumeet Pawnikar <[email protected]> Acked-by: Zhang Rui <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 5d4c779 commit 1cc5b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/powercap/intel_rapl_msr.c

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ static int rapl_msr_write_raw(int cpu, struct reg_action *ra)
138138
/* List of verified CPUs. */
139139
static const struct x86_cpu_id pl4_support_ids[] = {
140140
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_TIGERLAKE_L, X86_FEATURE_ANY },
141+
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_ALDERLAKE, X86_FEATURE_ANY },
142+
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_ALDERLAKE_L, X86_FEATURE_ANY },
141143
{}
142144
};
143145

0 commit comments

Comments
 (0)