mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
doc: Update sh cpufreq documentation.
The sh cpufreq driver is no longer limited to just the SH-3 and SH-4, update the documentation to reflect this fact accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
0146d78759
commit
8a655053ca
2 changed files with 8 additions and 6 deletions
|
@ -93,10 +93,8 @@ Several "PowerBook" and "iBook2" notebooks are supported.
|
||||||
1.5 SuperH
|
1.5 SuperH
|
||||||
----------
|
----------
|
||||||
|
|
||||||
The following SuperH processors are supported by cpufreq:
|
All SuperH processors supporting rate rounding through the clock
|
||||||
|
framework are supported by cpufreq.
|
||||||
SH-3
|
|
||||||
SH-4
|
|
||||||
|
|
||||||
1.6 Blackfin
|
1.6 Blackfin
|
||||||
------------
|
------------
|
||||||
|
|
|
@ -469,8 +469,12 @@ config SH_CPU_FREQ
|
||||||
depends on CPU_FREQ
|
depends on CPU_FREQ
|
||||||
select CPU_FREQ_TABLE
|
select CPU_FREQ_TABLE
|
||||||
help
|
help
|
||||||
This adds the cpufreq driver for SuperH. At present, only
|
This adds the cpufreq driver for SuperH. Any CPU that supports
|
||||||
the SH-4 is supported.
|
clock rate rounding through the clock framework can use this
|
||||||
|
driver. While it will make the kernel slightly larger, this is
|
||||||
|
harmless for CPUs that don't support rate rounding. The driver
|
||||||
|
will also generate a notice in the boot log before disabling
|
||||||
|
itself if the CPU in question is not capable of rate rounding.
|
||||||
|
|
||||||
For details, take a look at <file:Documentation/cpu-freq>.
|
For details, take a look at <file:Documentation/cpu-freq>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue