Skip to content

Commit eca0f1b

Browse files
sumeetpawnikarrafaeljw
authored andcommitted
powercap: intel_rapl: Add support for ArrowLake-U platform
Add support for ArrowLake-U platform to the RAPL common driver. Signed-off-by: Sumeet Pawnikar <[email protected]> Acked-by: Zhang Rui <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 26096ae commit eca0f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/powercap/intel_rapl_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
12671267
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &rapl_defaults_core),
12681268
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &rapl_defaults_core),
12691269
X86_MATCH_VFM(INTEL_ARROWLAKE, &rapl_defaults_core),
1270+
X86_MATCH_VFM(INTEL_ARROWLAKE_U, &rapl_defaults_core),
12701271
X86_MATCH_VFM(INTEL_LAKEFIELD, &rapl_defaults_core),
12711272

12721273
X86_MATCH_VFM(INTEL_ATOM_SILVERMONT, &rapl_defaults_byt),

0 commit comments

Comments
 (0)