]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Add a way to copy a node
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:41 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commitc15862ffdd5f7797338808cf7645786109bcddc3
tree5a398e2216bb1aefba447303b087b75939d5e656
parente0c3c21d8ba1a0abbb7effee6c5a952f3e65a03d
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>
drivers/core/ofnode.c
include/dm/ofnode.h
test/dm/ofnode.c