doc: pm: Remove power domain section in device

There is a whole section dedicated to power domains. The brief
information in device power management was not adding anything.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2024-04-20 22:12:34 -07:00 committed by Alberto Escolar
commit d07f3c3da3

View file

@ -302,10 +302,3 @@ later calling :c:func:`pm_device_wakeup_enable`.
devices that should not be suspended.
It is responsibility of driver or the application to do any additional
configuration required by the device to support it.
Power Domain
************
Power domain on Zephyr is represented as a regular device. The power management
subsystem ensures that a domain is resumed before and suspended after devices
using it. For more details, see :ref:`pm-power-domain`.