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
|
@ -18,7 +18,7 @@ Zephyr supports two methods of device power management:
|
|||
.. _pm-device-runtime-pm:
|
||||
|
||||
Device Runtime Power Management
|
||||
*******************************
|
||||
===============================
|
||||
|
||||
Device runtime power management involves coordinated interaction between
|
||||
device drivers, subsystems, and applications. While device drivers
|
||||
|
@ -70,7 +70,7 @@ For more information, see :ref:`pm-device-runtime`.
|
|||
.. _pm-device-system-pm:
|
||||
|
||||
System-Managed Device Power Management
|
||||
**************************************
|
||||
======================================
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue