doc: pm: Add a note about multicore behavior
Add a note to make it clear devices suspension order in multicore systems. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
577a7f2fac
commit
50e35fad8d
|
@ -73,6 +73,11 @@ option for device power management.
|
|||
:kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE` is set to ``y`` (that is
|
||||
the default value when :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME` is enabled)
|
||||
|
||||
.. note::
|
||||
|
||||
Devices are suspended only when the last active core is entering a low power
|
||||
state and devices are resumed by the first core that becomes active.
|
||||
|
||||
Device Power Management States
|
||||
******************************
|
||||
|
||||
|
|
Loading…
Reference in a new issue