commit | 074197aadfef2cfe437ecc1fe057ef21f4eef0da | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:01:09 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | e3350a8c476333bca7e5a3dfd32fb8ec9f6e04c0 | |
parent | 1712f8b2b748ec96442e36d733d421a7ebaa1168 [diff] |
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>