Re: [PATCH v2 21/33] dtoc: Assign a sequence number to each node

2021-02-06 Thread Simon Glass
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

[PATCH v2 21/33] dtoc: Assign a sequence number to each node

2021-02-03 Thread Simon Glass
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