dtoc: Allow inserting a list of nodes into another
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:24:03 +0000 (07:24 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit55e1278d5eca233421c92122e7fe2361eb010710
treee154c101d2e6609036ee8257c7f049161cc68928
parent4df457b657b6d0c10031ab4b1eb414e3ea6c3819
dtoc: Allow inserting a list of nodes into another

Provide a way to specify a phandle list of nodes which are to be inserted
into an existing node.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/test/dtoc_test_copy.dts
tools/dtoc/test_fdt.py