aboutsummaryrefslogtreecommitdiff
path: root/docs/domain_support.md
diff options
context:
space:
mode:
authorCheng Yang <yangcheng.work@foxmail.com>2024-02-08 11:14:35 +0800
committerAnup Patel <anup@brainfault.org>2024-02-20 16:07:38 +0530
commit46c8c6582db1186ed8d474ff59df428e0e6dd89b (patch)
tree4a30137514e7b526e73e69add30dfec8b622eb23 /docs/domain_support.md
parent8df836d7723f1b5e3b365a55545852b63ae690ca (diff)
downloadopensbi-46c8c6582db1186ed8d474ff59df428e0e6dd89b.zip
opensbi-46c8c6582db1186ed8d474ff59df428e0e6dd89b.tar.gz
opensbi-46c8c6582db1186ed8d474ff59df428e0e6dd89b.tar.bz2
docs: move documentation of system suspend test.
This patch move documentation of "system-suspend-test" from docs/domain_support.md to docs/opensbi_config.md Signed-off-by: Cheng Yang <yangcheng.work@foxmail.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'docs/domain_support.md')
-rw-r--r--docs/domain_support.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/domain_support.md b/docs/domain_support.md
index b285d65..65b6142 100644
--- a/docs/domain_support.md
+++ b/docs/domain_support.md
@@ -126,9 +126,6 @@ The DT properties of a domain configuration DT node are as follows:
* **compatible** (Mandatory) - The compatible string of the domain
configuration. This DT property should have value *"opensbi,domain,config"*
-* **system-suspend-test** (Optional) - When present, enable a system
- suspend test implementation which simply waits five seconds and issues a WFI.
-
### Domain Memory Region Node
The domain memory region DT node describes details of a memory region and
@@ -237,7 +234,6 @@ be done:
chosen {
opensbi-domains {
compatible = "opensbi,domain,config";
- system-suspend-test;
tmem: tmem {
compatible = "opensbi,domain,memregion";