Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

of: properties of reserved-memory nodes

The reusable and the no-map property are mutually exclusive.
Clarify this in the documentation.

Acked-by: Grant Likely <grant.likely@arm.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Link: https://lore.kernel.org/r/20200910162020.3927-1-xypron.glpk@gmx.de
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Heinrich Schuchardt and committed by
Rob Herring
5f40bb39 73d3e43f

+3
+3
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
··· 64 64 system can use that region to store volatile or cached data that 65 65 can be otherwise regenerated or migrated elsewhere. 66 66 67 + A node must not carry both the no-map and the reusable property as these are 68 + logically contradictory. 69 + 67 70 Linux implementation note: 68 71 - If a "linux,cma-default" property is present, then Linux will use the 69 72 region for the default pool of the contiguous memory allocator.