commit | 047a480dbbd761a5c43e27202eeaedd14c6fd939 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:01:00 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | bdd34f8e442ea6467b25ce9bb86969a3f9b7f8a7 | |
parent | 62a95376f7645bfdb3b3feaf04e6070be2969e62 [diff] |
dtoc: Process nodes to set up required properties 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@chromium.org>