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>
This commit is contained in:
Andrew Jones
2023-02-27 11:31:05 +01:00
committed by Anup Patel
parent 7c964e279c
commit 37558dccbe

View File

@@ -207,9 +207,9 @@ platform support can provide the HART to domain instance assignment using
platform specific callback. platform specific callback.
The HART to domain instance assignment can be parsed from the device tree 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 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 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 instance DT node. If **opensbi-domain** DT property is not specified then
corresponding HART is assigned to **the ROOT domain**. corresponding HART is assigned to **the ROOT domain**.
### Domain Configuration Only Accessible to OpenSBI ### Domain Configuration Only Accessible to OpenSBI