docs: domain_support: Update the DT example
authorBin Meng <bmeng@tinylab.org>
Fri, 24 Feb 2023 04:28:27 +0000 (12:28 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 27 Feb 2023 08:20:27 +0000 (13:50 +0530)
commit17b3776c812921adcc527d542331b439b53c7b71
treedaa5906d5d8028c6b6c2087dcc3949e87cf881ab
parentbc06ff65bf97172d11d6c898291fe1b98e177715
docs: domain_support: Update the DT example

commit 3e2f573e707e ("lib: utils: Disallow non-root domains from adding M-mode regions")
added access permission check in __fdt_parse_region(). With the
existing DT example in the doc OpenSBI won't boot anymore.

Let's update the DT example so that it can work out of the box.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
docs/domain_support.md