]> git.baikalelectronics.ru Git - uboot.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)
commit5c966ba8a5791effb38b3349268950b65d21673e
treee3350a8c476333bca7e5a3dfd32fb8ec9f6e04c0
parentcb491961976e6d3772d9d45503586745593e6f91
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