Message ID | 20230227103106.137995-11-ajones@ventanamicro.com |
---|---|
State | Accepted |
Headers | show |
Series | SBI system suspend (SUSP) extension | expand |
On Mon, Feb 27, 2023 at 4:01 PM Andrew Jones <ajones@ventanamicro.com> wrote: > > Replace the commas with dashes to correct the name. > > Signed-off-by: Andrew Jones <ajones@ventanamicro.com> > Reviewed-by: Anup Patel <anup@brainfault.org> Applied this patch to the riscv/opensbi repo. Thanks, Anup > --- > docs/domain_support.md | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/docs/domain_support.md b/docs/domain_support.md > index e2ff896bd550..265d8d85786e 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 > -- > 2.39.1 >
diff --git a/docs/domain_support.md b/docs/domain_support.md index e2ff896bd550..265d8d85786e 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