commit | 7c33c96cb1790d0bd4dbb3c28186c343ca9ac06b | [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 | a869a1b1939520a2df791da943af03d5d3cd1727 [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>