Skip to content

Commit f517ff1

Browse files
sumeetpawnikarrafaeljw
authored andcommitted
powercap: intel_rapl_msr: Add PL4 support for Arrowlake-U
Add PL4 support for ArrowLake-U platform. Signed-off-by: Sumeet Pawnikar <[email protected]> Signed-off-by: Zhang Rui <[email protected]> Reviewed-by: Srinivas Pandruvada <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 1d39092 commit f517ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/powercap/intel_rapl_msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ static const struct x86_cpu_id pl4_support_ids[] = {
147147
X86_MATCH_VFM(INTEL_RAPTORLAKE_P, NULL),
148148
X86_MATCH_VFM(INTEL_METEORLAKE, NULL),
149149
X86_MATCH_VFM(INTEL_METEORLAKE_L, NULL),
150+
X86_MATCH_VFM(INTEL_ARROWLAKE_U, NULL),
150151
{}
151152
};
152153

0 commit comments

Comments
 (0)