Add an option to instantiate devices at build time. For now this just parses the option and sets up a few parameters.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/dtoc/dtb_platdata.py | 17 +++++++++++------ tools/dtoc/main.py | 4 +++- tools/dtoc/test_dtoc.py | 37 ++++++++++++++++++++++--------------- 3 files changed, 36 insertions(+), 22 deletions(-) Applied to u-boot-dm, thanks!