diff options
author | Dmitry Baryshkov <[email protected]> | 2022-07-06 17:52:19 +0300 |
---|---|---|
committer | Rob Clark <[email protected]> | 2022-09-18 09:37:56 -0700 |
commit | a5e96a572d59ce45da51a27310f8a376bc69a868 (patch) | |
tree | 5dc2af619d604374f25597222f83ac86de6c14fe | |
parent | 4b2b1b3674f80ed786e73d8e24c19e7129257ad8 (diff) |
dt-bindings: display/msm/gpu: allow specifying several IOMMU nodes
Different platforms require different amounts of IOMMUs. The APQ8064
uses 64 IOMMU instances for GPU, adjust the schema accordingly.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/492536/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/gpu.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/gpu.yaml b/Documentation/devicetree/bindings/display/msm/gpu.yaml index 3397bc31d087..346aabdccf7b 100644 --- a/Documentation/devicetree/bindings/display/msm/gpu.yaml +++ b/Documentation/devicetree/bindings/display/msm/gpu.yaml @@ -58,7 +58,8 @@ properties: - const: ocmem iommus: - maxItems: 1 + minItems: 1 + maxItems: 64 sram: $ref: /schemas/types.yaml#/definitions/phandle-array |