Add a method for adding a property containing arbitrary bytes. Make sure that the tree can expand as needed in this case.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/dtoc/fdt.py | 17 +++++++++++++++-- tools/dtoc/test_fdt.py | 4 ++++ 2 files changed, 19 insertions(+), 2 deletions(-) Applied to u-boot-dm