Skip to content

Commit 8a65505

Browse files
committed
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>
1 parent 0146d78 commit 8a65505

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Documentation/cpu-freq/user-guide.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@ Several "PowerBook" and "iBook2" notebooks are supported.
9393
1.5 SuperH
9494
----------
9595

96-
The following SuperH processors are supported by cpufreq:
97-
98-
SH-3
99-
SH-4
96+
All SuperH processors supporting rate rounding through the clock
97+
framework are supported by cpufreq.
10098

10199
1.6 Blackfin
102100
------------

arch/sh/Kconfig

+6-2
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,12 @@ config SH_CPU_FREQ
469469
depends on CPU_FREQ
470470
select CPU_FREQ_TABLE
471471
help
472-
This adds the cpufreq driver for SuperH. At present, only
473-
the SH-4 is supported.
472+
This adds the cpufreq driver for SuperH. Any CPU that supports
473+
clock rate rounding through the clock framework can use this
474+
driver. While it will make the kernel slightly larger, this is
475+
harmless for CPUs that don't support rate rounding. The driver
476+
will also generate a notice in the boot log before disabling
477+
itself if the CPU in question is not capable of rate rounding.
474478

475479
For details, take a look at <file:Documentation/cpu-freq>.
476480

0 commit comments

Comments
 (0)