dm: Switch over to use new sequence number for dev_seq()
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:26 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commit981426e350801f2de93f385a371270f27dfeeb14
treeb0819e0a28e619c7679c0ba1aa39bf9fa4c1f355
parent3bc90aa7438ea88721684f9ab7e1735df29f5171
dm: Switch over to use new sequence number for dev_seq()

Update this function to use the new sequence number and fix up the test
that deals with this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
drivers/core/uclass.c
include/dm/device.h
test/dm/test-fdt.c