Skip to content

Commit 151e9b8

Browse files
Albort12138cfriedt
authored andcommitted
doc: services: pm: use pm_device_runtime_get in power_domain diagram
Update the power domain flow diagram in doc/services/pm/power_domain.rst to use the current runtime PM API name pm_device_runtime_get instead of the older pm_device_get. This keeps the documentation consistent with the renamed device runtime power management APIs. Signed-off-by: Albort Xue <yao.xue@nxp.com>
1 parent 6c39a27 commit 151e9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/services/pm/power_domain.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ work flow is illustrated in the diagram below.
3939
}
4040
domain [label="gpio_domain"]
4141

42-
action -> devA [label="pm_device_get()"]
43-
devA:se -> domain:n [label="pm_device_get()"]
42+
action -> devA [label="pm_device_runtime_get()"]
43+
devA:se -> domain:n [label="pm_device_runtime_get()"]
4444

4545
domain -> devB [label="action_cb(PM_DEVICE_ACTION_TURN_ON)"]
4646
domain:sw -> devA:sw [label="action_cb(PM_DEVICE_ACTION_TURN_ON)"]

0 commit comments

Comments
 (0)