]> git.baikalelectronics.ru Git - uboot.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)
commit0c2935b874359bc991595f22ed1f3323f189e2b0
tree3134e1b2b7911642191b5bb3f2d8b318853a004d
parentea1876458a56a40b2da820300c8e965efc99839c
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