diff options
author | Simon Glass <sjg@chromium.org> | 2020-12-16 21:20:26 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-12-18 20:32:21 -0700 |
commit | 981426e350801f2de93f385a371270f27dfeeb14 (patch) | |
tree | b0819e0a28e619c7679c0ba1aa39bf9fa4c1f355 /arch/sandbox | |
parent | 3bc90aa7438ea88721684f9ab7e1735df29f5171 (diff) | |
download | u-boot-981426e350801f2de93f385a371270f27dfeeb14.tar.gz u-boot-981426e350801f2de93f385a371270f27dfeeb14.tar.xz u-boot-981426e350801f2de93f385a371270f27dfeeb14.zip |
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>
Diffstat (limited to 'arch/sandbox')
-rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index f3b766271d..fb838049be 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -33,7 +33,7 @@ testfdt6 = "/e-test"; testbus3 = "/some-bus"; testfdt0 = "/some-bus/c-test@0"; - testfdt1 = "/some-bus/c-test@1"; + testfdt12 = "/some-bus/c-test@1"; testfdt3 = "/b-test"; testfdt5 = "/some-bus/c-test@5"; testfdt8 = "/a-test"; |