summaryrefslogtreecommitdiff
path: root/docs/domain_support.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/domain_support.md')
-rw-r--r--docs/domain_support.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/domain_support.md b/docs/domain_support.md
index 65b6142..b285d65 100644
--- a/docs/domain_support.md
+++ b/docs/domain_support.md
@@ -126,6 +126,9 @@ 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
@@ -234,6 +237,7 @@ be done:
chosen {
opensbi-domains {
compatible = "opensbi,domain,config";
+ system-suspend-test;
tmem: tmem {
compatible = "opensbi,domain,memregion";