docs: pm: Organize device pm sections
Instead of chapters, make device runtime power management and system-managed device power management sections. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
d07f3c3da3
commit
63d7e459bb
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Zephyr supports two methods of device power management:
|
||||||
.. _pm-device-runtime-pm:
|
.. _pm-device-runtime-pm:
|
||||||
|
|
||||||
Device Runtime Power Management
|
Device Runtime Power Management
|
||||||
*******************************
|
===============================
|
||||||
|
|
||||||
Device runtime power management involves coordinated interaction between
|
Device runtime power management involves coordinated interaction between
|
||||||
device drivers, subsystems, and applications. While device drivers
|
device drivers, subsystems, and applications. While device drivers
|
||||||
|
@ -70,7 +70,7 @@ For more information, see :ref:`pm-device-runtime`.
|
||||||
.. _pm-device-system-pm:
|
.. _pm-device-system-pm:
|
||||||
|
|
||||||
System-Managed Device Power Management
|
System-Managed Device Power Management
|
||||||
**************************************
|
======================================
|
||||||
|
|
||||||
When using this method, device power management is mostly done inside
|
When using this method, device power management is mostly done inside
|
||||||
:c:func:`pm_system_suspend()` along with entering a CPU or SOC power state.
|
:c:func:`pm_system_suspend()` along with entering a CPU or SOC power state.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue