doc: guides: pm: system: fix DT bindings references

Use the :dtcompatible: role to refer to DT bindings.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-11-09 23:16:04 +01:00 committed by Christopher Friedt
commit f28b57ff8d

View file

@ -63,16 +63,16 @@ The policy manager is responsible for informing the power subsystem which
power state the system should transition to based on states defined by the power state the system should transition to based on states defined by the
platform and possible runtime :ref:`constraints<pm_constraints>` platform and possible runtime :ref:`constraints<pm_constraints>`
Information about states can be found in the device tree, see More details on the states definition can be found in the
:zephyr_file:`dts/bindings/power/state.yaml`. :dtcompatible:`zephyr,power-state` binding documentation.
Residency Residency
--------- ---------
The power management system enters the power state which offers the highest The power management system enters the power state which offers the highest
power savings, and with a minimum residency value (in device tree, see power savings, and with a minimum residency value (see
:zephyr_file:`dts/bindings/power/state.yaml`) less than or equal to :dtcompatible:`zephyr,power-state`) less than or equal to the scheduled system
the scheduled system idle time duration. idle time duration.
This policy also accounts for the time necessary to become active This policy also accounts for the time necessary to become active
again. The core logic used by this policy to select the best power again. The core logic used by this policy to select the best power