similarity index 55%
rename from Documentation/cpu-freq/cpufreq-nforce2.txt
rename to Documentation/cpu-freq/cpufreq-nforce2.rst
@@ -1,3 +1,8 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+=================================
+nVidia nForce2 Platform Specifics
+=================================
The cpufreq-nforce2 driver changes the FSB on nVidia nForce2 platforms.
@@ -6,14 +11,19 @@ can be controlled independently from the PCI/AGP clock.
The module has two options:
- fid: multiplier * 10 (for example 8.5 = 85)
- min_fsb: minimum FSB
+ ======= ======================================
+ fid multiplier * 10 (for example 8.5 = 85)
+ min_fsb minimum FSB
+ ======= ======================================
If not set, fid is calculated from the current CPU speed and the FSB.
min_fsb defaults to FSB at boot time - 50 MHz.
-IMPORTANT: The available range is limited downwards!
- Also the minimum available FSB can differ, for systems
+.. Important::
+
+ The available range is limited downwards!
+
+ Also the minimum available FSB can differ, for systems
booting with 200 MHz, 150 should always work.
@@ -17,6 +17,7 @@ Author: Dominik Brodowski <linux@brodo.de>
amd-powernow
core
cpu-drivers
+ cpufreq-nforce2
Mailing List
------------
- Add a SPDX header; - Add a document title, based on the original contents of cpu-freq/index.txt; - Add table markups; - Add notes markups; - Add it to cpu-freq/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- ...cpufreq-nforce2.txt => cpufreq-nforce2.rst} | 18 ++++++++++++++---- Documentation/cpu-freq/index.rst | 1 + 2 files changed, 15 insertions(+), 4 deletions(-) rename Documentation/cpu-freq/{cpufreq-nforce2.txt => cpufreq-nforce2.rst} (55%)