mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
83075bd59d
commit
d8c0f5d973
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue