sandbox: Initialize sysreset before relocation
authorMichal Suchanek <msuchanek@suse.de>
Mon, 10 Oct 2022 18:29:39 +0000 (20:29 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 21 Oct 2022 20:06:14 +0000 (16:06 -0400)
Without this the early sysreset code cannot be tested.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dtsi
arch/sandbox/dts/test.dts

index d2db1ea..7387b54 100644 (file)
 
        reset@1 {
                compatible = "sandbox,reset";
+               u-boot,dm-pre-proper;
        };
 
        rng {
index b853e13..70e27cd 100644 (file)
 
        reset@0 {
                compatible = "sandbox,warm-reset";
+               u-boot,dm-pre-proper;
        };
 
        reset@1 {
                compatible = "sandbox,reset";
+               u-boot,dm-pre-proper;
        };
 
        resetc: reset-ctl {