Re: [PATCH v2 24/33] dtoc: Add an option for device instantiation

2021-02-06 Thread Simon Glass
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 --- (no changes since v1) tools/dtoc/dtb_platdata.py | 17 +++-- tools/dtoc/main.py | 4 +++- tools/dtoc/test_dtoc.py| 37 ++

[PATCH v2 24/33] dtoc: Add an option for device instantiation

2021-02-03 Thread Simon Glass
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 --- (no changes since v1) tools/dtoc/dtb_platdata.py | 17 +++-- tools/dtoc/main.py | 4 +++- tools/dtoc/test_dtoc.py| 37 ++