]> git.baikalelectronics.ru Git - uboot.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)
commit8c0a309b169c1667f0848ef4fea957c8b63943b2
treeb6f57cbfbcd87826438bd7975d22f0b47eba3170
parent689a9a22a7eb48bb5471d9ca014d171b637ef5a5
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