diff options
author | Zhang Rui <rui.zhang@intel.com> | 2024-12-03 10:44:17 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2024-12-04 00:00:35 +0300 |
commit | e8a99af68c068865dbac7f3330e97bf8e96edf33 (patch) | |
tree | 375ab7310670684b80688f94a750303f89c473a6 | |
parent | 86d237734091201d2ab2c1d2e1063893621c770f (diff) | |
download | linux-e8a99af68c068865dbac7f3330e97bf8e96edf33.tar.xz |
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>
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 58a487c225a7..540336138ce9 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -1024,6 +1024,7 @@ static const struct platform_data turbostat_pdata[] = { { INTEL_ARROWLAKE_U, &adl_features }, { INTEL_ARROWLAKE, &adl_features }, { INTEL_LUNARLAKE_M, &lnl_features }, + { INTEL_PANTHERLAKE_L, &lnl_features }, { INTEL_ATOM_SILVERMONT, &slv_features }, { INTEL_ATOM_SILVERMONT_D, &slvd_features }, { INTEL_ATOM_AIRMONT, &amt_features }, |