File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ For an example of a metric in use, see the :ref:`on_demand <on_demand_policy>` p
4343P-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
4848the CPU when called.
4949
@@ -61,8 +61,8 @@ undergo a P-state transition, then all other CPUs will also undergo the same P-s
6161This can be overridden by the SoC by enabling the :kconfig:option: `CONFIG_CPU_FREQ_PER_CPU_SCALING `
6262configuration 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
6767The CPU Frequency Scaling subsystem runs as a handler function to a ``k_timer ``, which means it runs
6868in interrupt context (IRQ). The SoC P-state driver must ensure that its implementation of
You can’t perform that action at this time.
0 commit comments