diff options
author | Zhang Rui <rui.zhang@intel.com> | 2025-04-18 09:04:26 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2025-06-08 21:10:17 +0300 |
commit | d8c0f5d973004f2ac86375ea54fae9625ac594fb (patch) | |
tree | f0bdd52828d5cc19cb9c36087908f4b534b00c73 | |
parent | 83075bd59de25f5c9238a583008540914946f23e (diff) | |
download | linux-d8c0f5d973004f2ac86375ea54fae9625ac594fb.tar.xz |
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 }, |