]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Assign a sequence number to each node
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:09 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit074197aadfef2cfe437ecc1fe057ef21f4eef0da
treee3350a8c476333bca7e5a3dfd32fb8ec9f6e04c0
parent1712f8b2b748ec96442e36d733d421a7ebaa1168
dtoc: Assign a sequence number to each node

Now that we have the alias information we can assign a sequence number
to each device in the uclass. Store this in the node associated with each
device.

This requires renaming the sandbox test drivers to have the right name.
Note that test coverage is broken with this patch, but fixed in the next
one.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/test_drv.c
test/dm/test-fdt.c
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py