dtoc: Add methods for adding and updating properties
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:16 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit6434961b2b2099b458e7dc9dcced5d450b45cbb4
tree27018b698249bbc4b82d0a922384f11bdad0f3ae
parente21c27af47183619c7ec7097abb1dec34410e775
dtoc: Add methods for adding and updating properties

Add a few more functions which allow creating and modifying property
values. If only we could do this so easily in the real world.

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