Skip to content

Commit e8a99af

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Add initial support for PantherLake
Add initial support for PantherLake. It shares the same features with Lunarlake. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 86d2377 commit e8a99af

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
@@ -1024,6 +1024,7 @@ static const struct platform_data turbostat_pdata[] = {
10241024
{ INTEL_ARROWLAKE_U, &adl_features },
10251025
{ INTEL_ARROWLAKE, &adl_features },
10261026
{ INTEL_LUNARLAKE_M, &lnl_features },
1027+
{ INTEL_PANTHERLAKE_L, &lnl_features },
10271028
{ INTEL_ATOM_SILVERMONT, &slv_features },
10281029
{ INTEL_ATOM_SILVERMONT_D, &slvd_features },
10291030
{ INTEL_ATOM_AIRMONT, &amt_features },

0 commit comments

Comments
 (0)