diff options
author | Kevin Hilman <[email protected]> | 2021-04-21 13:48:33 -0700 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-04-22 23:19:47 +0200 |
commit | 3f9a3345a3a116af806064826d42cf5211dd611d (patch) | |
tree | 2fbdc3f648986d007db1c6a10d6cf6c8cf8b0976 | |
parent | d9421d6c52942be85c42fe63bdcf2ce43d1a4b0e (diff) |
dt-bindings: mali-bifrost: add dma-coherent
Add optional dma-coherent property to binding doc.
Found by 'make dtbs_check' on arm64/amlogic DT files.
Signed-off-by: Kevin Hilman <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml index 184492162e7e..894ba217ab32 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml @@ -69,6 +69,8 @@ properties: where voltage is in V, frequency is in MHz. + dma-coherent: true + required: - compatible - reg |