summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-11 18:47:19 +0300
committerSimon Glass <sjg@chromium.org>2022-10-18 06:17:13 +0300
commite7a18f751117ab38567d3929eacdcd9f3d6f5693 (patch)
tree07230907bc96924512a41d51049df64ef476a659 /doc/develop
parent8aaacd61368929cd2af2296f00ee15fa4bf0ae55 (diff)
downloadu-boot-e7a18f751117ab38567d3929eacdcd9f3d6f5693.tar.xz
dm: core: Update docs about oftree_from_fdt()
Update this function's comment and also the livetree documentation, so it is clear when to use the function. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/driver-model/livetree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/livetree.rst b/doc/develop/driver-model/livetree.rst
index 55aa3eac92..579eef5ca9 100644
--- a/doc/develop/driver-model/livetree.rst
+++ b/doc/develop/driver-model/livetree.rst
@@ -255,7 +255,7 @@ So long as OF_LIVE is disabled, it is possible to do fixups using the ofnode
interface. The OF_LIVE support required addition of the flattening step at the
end.
-See dm_test_ofnode_root() for some examples. The ofnode_path_root() function
+See dm_test_ofnode_root() for some examples. The oftree_from_fdt() function
causes a flat device tree to be 'registered' such that it can be used by the
ofnode interface.