commit | 45ae59d086d5614f5f6ee0d1e08905f3b9e49352 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:24 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 22:43:43 2022 -0400 |
tree | cb26f7ac2255dd93940b22859fea9f1b7b34759f | |
parent | 37dcd91eebc72007930934238c7fc9db050f6f92 [diff] |
dm: core: Split ofnode_path_root() into two functions This function turns out to be a little confusing since it looks up a path and also registers the tree. Split it into two, one that gets the root node and one that looks up a path, so the purpose is clear. Registering the tree will happen in a function to be added in a later patch, called oftree_from_fdt(). Signed-off-by: Simon Glass <sjg@chromium.org>