diff options
author | Abel Vesa <[email protected]> | 2022-09-09 16:39:31 +0300 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-09-12 12:09:51 -0500 |
commit | 68df591380d9b4947c0bb1626d66b7c7848fb136 (patch) | |
tree | a29a9fa81e6c522a0a24848461b15e4e00996072 | |
parent | 547bed8140ccfe290f5a633dfeb0b65fd4e8f54c (diff) |
dt-bindings: misc: fastrpc: Document memory-region property
Add memory-region property to the list of optional properties, specify
the value type and a definition. This property is used to specify the
memory region which should be used for remote heap CMA.
Signed-off-by: Abel Vesa <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml index 439b3f4a801b..d7576f8ac94b 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -27,6 +27,11 @@ properties: - sdsp - cdsp + memory-region: + maxItems: 1 + description: + Phandle to a node describing memory to be used for remote heap CMA. + qcom,glink-channels: description: A list of channels tied to this function, used for matching |