Skip to content

Commit f04fcc7

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Add ARL-H support
Add turbostat support for ARL-H, which behaves the same as ARL. [lenb: also add ARL-U] Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 196eca0 commit f04fcc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/power/x86/turbostat/turbostat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,8 @@ static const struct platform_data turbostat_pdata[] = {
922922
{ INTEL_FAM6_RAPTORLAKE_S, &adl_features },
923923
{ INTEL_FAM6_METEORLAKE, &cnl_features },
924924
{ INTEL_FAM6_METEORLAKE_L, &cnl_features },
925+
{ INTEL_FAM6_ARROWLAKE_H, &arl_features },
926+
{ INTEL_FAM6_ARROWLAKE_U, &arl_features },
925927
{ INTEL_FAM6_ARROWLAKE, &arl_features },
926928
{ INTEL_FAM6_LUNARLAKE_M, &arl_features },
927929
{ INTEL_FAM6_ATOM_SILVERMONT, &slv_features },

0 commit comments

Comments
 (0)