diff options
author | Abel Vesa <abel.vesa@linaro.org> | 2022-09-09 16:39:31 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-09-12 20:09:51 +0300 |
commit | 68df591380d9b4947c0bb1626d66b7c7848fb136 (patch) | |
tree | a29a9fa81e6c522a0a24848461b15e4e00996072 /Documentation/devicetree/bindings/misc | |
parent | 547bed8140ccfe290f5a633dfeb0b65fd4e8f54c (diff) | |
download | linux-68df591380d9b4947c0bb1626d66b7c7848fb136.tar.xz |
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 <abel.vesa@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220909133938.3518520-4-abel.vesa@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/misc')
-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 |