]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
dt-bindings: reserved-memory: Introduce memory-region-names
authorThierry Reding <treding@nvidia.com>
Thu, 9 Apr 2020 17:52:25 +0000 (19:52 +0200)
committerRob Herring <robh@kernel.org>
Wed, 15 Apr 2020 16:23:30 +0000 (11:23 -0500)
In order to make the reserved-memory bindings more consistent with other
existing bindings, add a memory-region-names property that contains an
array of strings that name the entries of the memory-region property and
allows these regions to be looked up by name.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt

index bac4afa3b1976500d68361fcc4666a0aec646eee..4dd20de6977f3c7c79d115cbe7388b54669ee8af 100644 (file)
@@ -77,6 +77,8 @@ Regions in the /reserved-memory node may be referenced by other device
 nodes by adding a memory-region property to the device node.
 
 memory-region (optional) - phandle, specifier pairs to children of /reserved-memory
+memory-region-names (optional) - a list of names, one for each corresponding
+  entry in the memory-region property
 
 Example
 -------