Skip to content

Commit ac294e3

Browse files
committed
doc: cpu_freq: Improve cpu_freq documentation.
Improve cpu_freq documentation. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
1 parent 570fd57 commit ac294e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/services/cpu_freq/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For an example of a metric in use, see the :ref:`on_demand <on_demand_policy>` p
4343
P-state Drivers
4444
***************
4545

46-
A SoC supporting the CPU Freq subsystem must implement a P-state driver that implements
46+
A SoC supporting the CPU Frequency Scaling subsystem must implement a P-state driver that implements
4747
:c:func:`cpu_freq_pstate_set` which applies the passed in ``p_state`` to
4848
the CPU when called.
4949

@@ -61,8 +61,8 @@ undergo a P-state transition, then all other CPUs will also undergo the same P-s
6161
This can be overridden by the SoC by enabling the :kconfig:option:`CONFIG_CPU_FREQ_PER_CPU_SCALING`
6262
configuration option to allow each CPU to be clocked independently.
6363

64-
The SoC supporting CPU Freq must uphold Zephyr's requirement that the system timer remains constant
65-
over the lifetime of the program. See :ref:`Kernel Timing <kernel_timing>` for more information.
64+
The SoC supporting CPU Frequency Scaling must uphold Zephyr's requirement that the system timer remains
65+
constant over the lifetime of the program. See :ref:`Kernel Timing <kernel_timing>` for more information.
6666

6767
The CPU Frequency Scaling subsystem runs as a handler function to a ``k_timer``, which means it runs
6868
in interrupt context (IRQ). The SoC P-state driver must ensure that its implementation of

0 commit comments

Comments
 (0)