[PATCH v2 10/33] dtoc: Add some extra properties to nodes
Simon Glass
sjg at chromium.org
Sun Feb 7 01:17:19 CET 2021
It is convenient to attach drivers, etc. to nodes so that we can use the
Node object as the main data structure in this module.
Add a function which adds the new properties, along with documentation.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/dtoc/dtb_platdata.py | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list