diff options
author | Andre Przywara <andre.przywara@arm.com> | 2020-05-13 11:30:15 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-14 22:16:29 -0500 |
commit | 17b53ce330781b0457b9f7d329ad6342ca8f0b9e (patch) | |
tree | 5447b7cd5a9fc082e0a592820b30ec464c8884cd /Documentation | |
parent | 61efb56e30f1c54ef3b6ca4b1598d01562979ef1 (diff) |
dt-bindings: mali-midgard: Allow dma-coherent
Add the boolean dma-coherent property to the list of allowed properties,
since some boards (Arm Juno) integrate the GPU this way.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml index a7a67e0a42e5..80d519a76db2 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml @@ -87,6 +87,8 @@ properties: "#cooling-cells": const: 2 + dma-coherent: true + required: - compatible - reg |