]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Support processing the root node
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:11 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit50aae3e62d57931afcafec7eb973f222cb3131c7
tree3134e1b2b7911642191b5bb3f2d8b318853a004d
parent337d6972f5f5294971db52809f83c0454cb4e7ba
dtoc: Support processing the root node

The device for the root node is normally bound by driver model on init.
With devices being instantiated at build time, we must handle the root
device also.

Add support for processing the root node, which may not have a compatible
string.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/src_scan.py
tools/dtoc/test_dtoc.py
tools/dtoc/test_src_scan.py