[PATCH v2 12/33] dtoc: Process nodes to set up required properties
Simon Glass
sjg at chromium.org
Sun Feb 7 01:17:17 CET 2021
Add logic to assign property values to nodes as required by dtoc. The
references allow nodes to refer to each other in C code. The macros used
by dtoc are not yet defined in driver model. They will be added along
with the actual driver model implementation.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/dtoc/dtb_platdata.py | 37 +++++++++++++++++++
tools/dtoc/src_scan.py | 11 ++++++
tools/dtoc/test_dtoc.py | 76 ++++++++++++++++++++++++++++++++++++++
3 files changed, 124 insertions(+)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list