aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2025-04-18 14:04:26 +0800
committerLen Brown <len.brown@intel.com>2025-06-08 14:10:17 -0400
commitd8c0f5d973004f2ac86375ea54fae9625ac594fb (patch)
treef0bdd52828d5cc19cb9c36087908f4b534b00c73 /tools
parenttools/power turbostat: Add initial support for DMR (diff)
downloadlinux-rng-d8c0f5d973004f2ac86375ea54fae9625ac594fb.tar.xz
linux-rng-d8c0f5d973004f2ac86375ea54fae9625ac594fb.zip
tools/power turbostat: Add initial support for BartlettLake
Add initial support for BartlettLake. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/power/x86/turbostat/turbostat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index dca0753a76fb..db0134adc8ce 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -1052,6 +1052,7 @@ static const struct platform_data turbostat_pdata[] = {
{ INTEL_RAPTORLAKE, &adl_features },
{ INTEL_RAPTORLAKE_P, &adl_features },
{ INTEL_RAPTORLAKE_S, &adl_features },
+ { INTEL_BARTLETTLAKE, &adl_features },
{ INTEL_METEORLAKE, &adl_features },
{ INTEL_METEORLAKE_L, &adl_features },
{ INTEL_ARROWLAKE_H, &adl_features },