[PATCH v5 14/20] dtoc: Allow inserting a list of nodes into another

Simon Glass sjg at chromium.org
Sun Jul 23 15:23:33 CEST 2023


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 at chromium.org>
---

(no changes since v4)

Changes in v4:
- Support copying over properties from each template node
- Make sure phandles are not copied

Changes in v3:
- Adjust to use the new example file

 tools/dtoc/fdt.py                  | 22 +++++++++++++++++
 tools/dtoc/test/dtoc_test_copy.dts | 14 ++++++++++-
 tools/dtoc/test_fdt.py             | 39 ++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+), 1 deletion(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list