]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Add a way to delete a node
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:42 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commit67fb2159fb3438359fa0fc3f8cb491ffe8d57c0f
tree6a61f1cb1fe3ecc763fac9bdb6b1ac17e67490e6
parentc15862ffdd5f7797338808cf7645786109bcddc3
dm: core: Add a way to delete a node

Add a function to delete a node in an existing tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/of_access.c
drivers/core/ofnode.c
include/dm/of_access.h
include/dm/ofnode.h
test/dm/ofnode.c