hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
....@@ -63,9 +63,9 @@
6363 able to reclaim it back. Typically that means that the operating
6464 system can use that region to store volatile or cached data that
6565 can be otherwise regenerated or migrated elsewhere.
66
-inactive (optional) - empty property
67
- - Indicates the operating system must not active the region. It's only
68
- do active or inactive for region reusable.
66
+
67
+A node must not carry both the no-map and the reusable property as these are
68
+logically contradictory.
6969
7070 Linux implementation note:
7171 - If a "linux,cma-default" property is present, then Linux will use the
....@@ -80,6 +80,8 @@
8080 nodes by adding a memory-region property to the device node.
8181
8282 memory-region (optional) - phandle, specifier pairs to children of /reserved-memory
83
+memory-region-names (optional) - a list of names, one for each corresponding
84
+ entry in the memory-region property
8385
8486 Example
8587 -------