]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf364ee55326712c885f4c676bbde5a2fbf75284a
treeb0819e0a28e619c7679c0ba1aa39bf9fa4c1f355
parent0594b991b00a2d6c5b636d82f627602a56dcd4c2
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