Re: [PATCH v2 12/33] dtoc: Process nodes to set up required properties

2021-02-06 Thread Simon Glass
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 --- (no cha

[PATCH v2 12/33] dtoc: Process nodes to set up required properties

2021-02-03 Thread Simon Glass
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 --- (no cha