diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-01-09 16:05:21 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-11 07:55:28 +0300 |
commit | da0d37e42f93f7bd6351e7ef67a52ea9a272c761 (patch) | |
tree | 6434ec8490e06932a484e6e13fc62e48ecc2d520 /Documentation/devicetree/bindings/reserved-memory | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
download | linux-da0d37e42f93f7bd6351e7ef67a52ea9a272c761.tar.xz |
dt-bindings: reserved-memory: rmtfs: Make qcom,vmid an array
Some SoCs mandate that the RMTFS is also assigned to the NAV VM, while
others really don't want that. Since it has to be conditional, turn
qcom,vmid into an u32 array so that we can handle the NAV case, as
well as other similar ones if they pop up in the future.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230109130523.298971-1-konrad.dybcio@linaro.org
Diffstat (limited to 'Documentation/devicetree/bindings/reserved-memory')
-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 |