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:
Flavio Ceolin 2024-04-20 22:21:27 -07:00 committed by Alberto Escolar
parent d07f3c3da3
commit 63d7e459bb

View file

@ -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.