aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-07-26 20:05:56 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-07-27 17:54:14 -0400
commitc2e3af11a979688bc9b9229867688e89e343a465 (patch)
tree7b2cade665dc08d7ef292954b5ed835ec71b0d36
parent520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 (diff)
cpufreq: docs: Add missing cpuinfo_cur_freq description
Add a description of the cpuinfo_cur_freq policy attribute in sysfs to the cpufreq documentation under Documentation/admin-guide/pm/ as it is missing after commit 2a0e49279850 (cpufreq: User/admin documentation update and consolidation) that overlooked it. Fixes: 2a0e49279850 (cpufreq: User/admin documentation update and consolidation) Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--Documentation/admin-guide/pm/cpufreq.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst
index 463cf7e73db8..7af83a92d2d6 100644
--- a/Documentation/admin-guide/pm/cpufreq.rst
+++ b/Documentation/admin-guide/pm/cpufreq.rst
@@ -237,6 +237,14 @@ are the following:
237 This attribute is not present if the scaling driver in use does not 237 This attribute is not present if the scaling driver in use does not
238 support it. 238 support it.
239 239
240``cpuinfo_cur_freq``
241 Current frequency of the CPUs belonging to this policy as obtained from
242 the hardware (in KHz).
243
244 This is expected to be the frequency the hardware actually runs at.
245 If that frequency cannot be determined, this attribute should not
246 be present.
247
240``cpuinfo_max_freq`` 248``cpuinfo_max_freq``
241 Maximum possible operating frequency the CPUs belonging to this policy 249 Maximum possible operating frequency the CPUs belonging to this policy
242 can run at (in kHz). 250 can run at (in kHz).