commit | fd471e2ce14342e7186cf9f95a82ce55a9bea6e4 | [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 | e525fea211d18a84bc33c6f5842f14153924cf50 [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>