Commit 5f40bb39 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Rob Herring

of: properties of reserved-memory nodes

The reusable and the no-map property are mutually exclusive.
Clarify this in the documentation.
Acked-by: default avatarGrant Likely <grant.likely@arm.com>
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Link: https://lore.kernel.org/r/20200910162020.3927-1-xypron.glpk@gmx.deSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 73d3e43f
...@@ -64,6 +64,9 @@ reusable (optional) - empty property ...@@ -64,6 +64,9 @@ reusable (optional) - empty property
system can use that region to store volatile or cached data that system can use that region to store volatile or cached data that
can be otherwise regenerated or migrated elsewhere. can be otherwise regenerated or migrated elsewhere.
A node must not carry both the no-map and the reusable property as these are
logically contradictory.
Linux implementation note: Linux implementation note:
- If a "linux,cma-default" property is present, then Linux will use the - If a "linux,cma-default" property is present, then Linux will use the
region for the default pool of the contiguous memory allocator. region for the default pool of the contiguous memory allocator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment