commit | c15862ffdd5f7797338808cf7645786109bcddc3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:41 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 5a398e2216bb1aefba447303b087b75939d5e656 | |
parent | e0c3c21d8ba1a0abbb7effee6c5a952f3e65a03d [diff] |
dm: core: Add a way to copy a node Add a function to copy a node to another place under a new name. This is useful at least for testing, since copying a test node with existing properties is easier than writing the code to generate it all afresh. Signed-off-by: Simon Glass <sjg@chromium.org>