summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Jones <ajones@ventanamicro.com>2023-02-27 13:31:05 +0300
committerAnup Patel <anup@brainfault.org>2023-02-27 17:19:07 +0300
commit37558dccbedbb571150630a910547a93d7ec8822 (patch)
tree8f18820dc6bf0a6ab2baad79515f03255f0a62a4
parent7c964e279cbca3bad88b2fe35217e44a73862151 (diff)
downloadopensbi-37558dccbedbb571150630a910547a93d7ec8822.tar.xz
docs: Correct opensbi-domain property name
Replace the commas with dashes to correct the name. Signed-off-by: Andrew Jones <ajones@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r--docs/domain_support.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/domain_support.md b/docs/domain_support.md
index 039f262..65b6142 100644
--- a/docs/domain_support.md
+++ b/docs/domain_support.md
@@ -207,9 +207,9 @@ platform support can provide the HART to domain instance assignment using
platform specific callback.
The HART to domain instance assignment can be parsed from the device tree
-using optional DT property **opensbi,domain** in each CPU DT node. The
-value of DT property **opensbi,domain** is the DT phandle of the domain
-instance DT node. If **opensbi,domain** DT property is not specified then
+using optional DT property **opensbi-domain** in each CPU DT node. The
+value of DT property **opensbi-domain** is the DT phandle of the domain
+instance DT node. If **opensbi-domain** DT property is not specified then
corresponding HART is assigned to **the ROOT domain**.
### Domain Configuration Only Accessible to OpenSBI