diff options
author | Bjorn Andersson <andersson@kernel.org> | 2023-01-10 22:55:42 -0600 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-10 22:55:42 -0600 |
commit | 538b0ba217bb9734e0d5f0c240b2833d3e83bdfa (patch) | |
tree | a65b06febde28943fce5303f79d5a9d496fbca23 /Documentation/devicetree/bindings | |
parent | 5b8db5b4f756bcb3a3f9b6577f32fc0d3867496f (diff) | |
parent | 45ca30eb9dfe622b00ce352cf28ee141d243254b (diff) |
Merge branch '20230109130523.298971-3-konrad.dybcio@linaro.org' into drivers-for-6.3
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/reserved-memory/qcom,rmtfs-mem.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/reserved-memory/qcom,rmtfs-mem.yaml b/Documentation/devicetree/bindings/reserved-memory/qcom,rmtfs-mem.yaml index 2998f1c8f0db..08eb10c25821 100644 --- a/Documentation/devicetree/bindings/reserved-memory/qcom,rmtfs-mem.yaml +++ b/Documentation/devicetree/bindings/reserved-memory/qcom,rmtfs-mem.yaml @@ -27,9 +27,11 @@ properties: identifier of the client to use this region for buffers qcom,vmid: - $ref: /schemas/types.yaml#/definitions/uint32 + $ref: /schemas/types.yaml#/definitions/uint32-array description: > - vmid of the remote processor, to set up memory protection + Array of vmids of the remote processors, to set up memory protection + minItems: 1 + maxItems: 2 required: - qcom,client-id |