diff options
author | 2025-04-18 14:04:26 +0800 | |
---|---|---|
committer | 2025-06-08 14:10:17 -0400 | |
commit | d8c0f5d973004f2ac86375ea54fae9625ac594fb (patch) | |
tree | f0bdd52828d5cc19cb9c36087908f4b534b00c73 | |
parent | tools/power turbostat: Add initial support for DMR (diff) | |
download | linux-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>
-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 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 }, |