From: Andrew Jones <ajones@ventanamicro.com>
To: opensbi@lists.infradead.org
Subject: [PATCH 10/11] docs: Correct opensbi-domain property name
Date: Wed, 18 Jan 2023 15:42:33 +0100 [thread overview]
Message-ID: <20230118144234.79263-11-ajones@ventanamicro.com> (raw)
In-Reply-To: <20230118144234.79263-1-ajones@ventanamicro.com>
Replace the commas with dashes to correct the name.
Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
---
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.0
next prev parent reply other threads:[~2023-01-18 14:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 14:42 [PATCH 00/11] SBI system suspend (SUSP) extension Andrew Jones
2023-01-18 14:42 ` [PATCH 01/11] lib: sbi_hsm: Factor out invalid state detection Andrew Jones
2023-01-18 14:42 ` [PATCH 02/11] lib: sbi_hsm: Don't try to restore state on failed change Andrew Jones
2023-01-18 14:42 ` [PATCH 03/11] lib: sbi_hsm: Ensure errors are consistent with spec Andrew Jones
2023-01-18 14:42 ` [PATCH 04/11] lib: sbi_hsm: Move misplaced comment Andrew Jones
2023-01-18 14:42 ` [PATCH 05/11] lib: sbi_hsm: Remove unnecessary include Andrew Jones
2023-01-18 14:42 ` [PATCH 06/11] lib: sbi_hsm: Export some functions Andrew Jones
2023-01-18 14:42 ` [PATCH 07/11] lib: sbi: Add system suspend skeleton Andrew Jones
2023-01-18 14:42 ` [PATCH 08/11] lib: sbi: Add system_suspend_allowed domain property Andrew Jones
2023-01-18 14:42 ` [PATCH 09/11] lib: sbi: Implement system suspend Andrew Jones
2023-01-18 14:42 ` Andrew Jones [this message]
2023-01-18 14:42 ` [PATCH 11/11] platform: generic: Add system suspend test Andrew Jones
2023-01-18 14:56 ` [PATCH 00/11] SBI system suspend (SUSP) extension Andrew Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230118144234.79263-11-ajones@ventanamicro.com \
--to=ajones@ventanamicro.com \
--cc=opensbi@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox