diff options
author | Raphael Gallais-Pou <[email protected]> | 2024-07-01 19:10:40 +0200 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2024-07-02 20:51:08 +0200 |
commit | 29acea1a043fa98d19d85a9bc614bed4aa0a58af (patch) | |
tree | 4d4958805729d17b81866e93de621e839215498e | |
parent | 43c0226c9ba56ffebdef9a858dbcf6eb0d376291 (diff) |
cpufreq: docs: Add missing scaling_available_frequencies description
Add a description of the scaling_available_frequencies attribute in
sysfs to the documentation.
Signed-off-by: Raphael Gallais-Pou <[email protected]>
Reviewed-by: Bagas Sanjaya <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | Documentation/admin-guide/pm/cpufreq.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst index 6adb7988e0eb..fe1be4ad88cb 100644 --- a/Documentation/admin-guide/pm/cpufreq.rst +++ b/Documentation/admin-guide/pm/cpufreq.rst @@ -267,6 +267,10 @@ are the following: ``related_cpus`` List of all (online and offline) CPUs belonging to this policy. +``scaling_available_frequencies`` + List of available frequencies of the CPUs belonging to this policy + (in kHz). + ``scaling_available_governors`` List of ``CPUFreq`` scaling governors present in the kernel that can be attached to this policy or (if the |intel_pstate| scaling driver is |