commit | 56bc3328ad5b4212e5f2cb8b226692246ab6dfea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:02 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:07:58 2022 -0400 |
tree | 0331cda0c368be1cf676f0ea4e8c99e28125b8d0 | |
parent | ef5ca003e7181f7acdc3057bcef02ee148eaf3cc [diff] |
dm: core: Allow adding ofnode subnodes Add this feature to the ofnode interface, supporting both livetree and flattree. If the node exists it is returned, along with a -EEXIST error. Update the functions it calls to handle this too. Signed-off-by: Simon Glass <sjg@chromium.org>