
7 Feb
2021
7 Feb
'21
1:17 a.m.
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 ---
(no changes since v1)
drivers/misc/test_drv.c | 6 +++-- test/dm/test-fdt.c | 6 ++--- tools/dtoc/dtb_platdata.py | 55 +++++++++++++++++++++++++++----------- tools/dtoc/test_dtoc.py | 6 +++++ 4 files changed, 53 insertions(+), 20 deletions(-)
Applied to u-boot-dm, thanks!