Update this function to use the new sequence number and fix up the test that deals with this.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v2) Changes in v2: - Adjust the tests to handle the new allocation scheme - Drop the networking changes which are no-longer needed arch/sandbox/dts/test.dts | 2 +- drivers/core/uclass.c | 6 ++-- include/dm/device.h | 2 +- test/dm/test-fdt.c | 65 ++++++++++++++++++++++----------------- 4 files changed, 40 insertions(+), 35 deletions(-) Applied to u-boot-dm/next, thanks!