]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Add some extra properties to nodes
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:00:58 +0000 (06:00 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit51d5d051fa419dc4bb66ce232708346859389b1c
treeb6f57cbfbcd87826438bd7975d22f0b47eba3170
parentf38161c5769ffd175f688dac6c3044f0e3e095ba
dtoc: Add some extra properties to nodes

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@chromium.org>
tools/dtoc/dtb_platdata.py