Skip to content

Commit d8c0f5d

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Add initial support for BartlettLake
Add initial support for BartlettLake. Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 83075bd commit d8c0f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ static const struct platform_data turbostat_pdata[] = {
10521052
{ INTEL_RAPTORLAKE, &adl_features },
10531053
{ INTEL_RAPTORLAKE_P, &adl_features },
10541054
{ INTEL_RAPTORLAKE_S, &adl_features },
1055+
{ INTEL_BARTLETTLAKE, &adl_features },
10551056
{ INTEL_METEORLAKE, &adl_features },
10561057
{ INTEL_METEORLAKE_L, &adl_features },
10571058
{ INTEL_ARROWLAKE_H, &adl_features },

0 commit comments

Comments
 (0)