summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Suchanek <msuchanek@suse.de>2022-10-10 20:29:39 +0200
committerTom Rini <trini@konsulko.com>2022-10-21 16:06:14 -0400
commit5b2f49c033d6b6d48fff203d6f154acc8153320a (patch)
tree7fbfa98fc76b5764602f93fffec16bd76a2d8146 /arch
parentd6d8720c3f273f412ca1e2f6436b1ae11904161d (diff)
sandbox: Initialize sysreset before relocation
Without this the early sysreset code cannot be tested. Signed-off-by: Michal Suchanek <msuchanek@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/sandbox.dtsi1
-rw-r--r--arch/sandbox/dts/test.dts2
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi
index d2db1ea522..7387b54bbd 100644
--- a/arch/sandbox/dts/sandbox.dtsi
+++ b/arch/sandbox/dts/sandbox.dtsi
@@ -239,6 +239,7 @@
reset@1 {
compatible = "sandbox,reset";
+ u-boot,dm-pre-proper;
};
rng {
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index b853e13f92..70e27cd6a8 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -1125,10 +1125,12 @@
reset@0 {
compatible = "sandbox,warm-reset";
+ u-boot,dm-pre-proper;
};
reset@1 {
compatible = "sandbox,reset";
+ u-boot,dm-pre-proper;
};
resetc: reset-ctl {