
27 Mar
2021
27 Mar
'21
6:19 a.m.
Add a new test that adds a subnode alongside an existing one, as well as adding properties to a subnode. This will expand to adding multiple subnodes in future patches. Put a node after the one we are adding to so we can check that things sync correctly.
The testAddNode() test should be in the TestNode class since it is a node test, so move it.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/test/dtoc_test_simple.dts | 4 +++ tools/dtoc/test_fdt.py | 42 ++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 12 deletions(-)
Applied to u-boot-dm/next, thanks!