Skip to content

Commit 3ae5f34

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Rename arl_features to lnl_features
As ARL shares the same features with ADL/RPL/MTL, now 'arl_features' is used by Lunarlake platform only. Rename 'arl_features' to 'lnl_features'. No functional change. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
1 parent b082e07 commit 3ae5f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ static const struct platform_features adl_features = {
752752
.enable_tsc_tweak = 1,
753753
};
754754

755-
static const struct platform_features arl_features = {
755+
static const struct platform_features lnl_features = {
756756
.has_msr_misc_feature_control = 1,
757757
.has_msr_misc_pwr_mgmt = 1,
758758
.has_nhm_msrs = 1,
@@ -1014,7 +1014,7 @@ static const struct platform_data turbostat_pdata[] = {
10141014
{ INTEL_ARROWLAKE_H, &adl_features },
10151015
{ INTEL_ARROWLAKE_U, &adl_features },
10161016
{ INTEL_ARROWLAKE, &adl_features },
1017-
{ INTEL_LUNARLAKE_M, &arl_features },
1017+
{ INTEL_LUNARLAKE_M, &lnl_features },
10181018
{ INTEL_ATOM_SILVERMONT, &slv_features },
10191019
{ INTEL_ATOM_SILVERMONT_D, &slvd_features },
10201020
{ INTEL_ATOM_AIRMONT, &amt_features },

0 commit comments

Comments
 (0)