diff options
author | Konrad Dybcio <[email protected]> | 2023-08-30 14:48:40 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-10-02 21:28:33 +0530 |
commit | eb15bd5c2a690a84eb998140f99b2b660b4c8e7d (patch) | |
tree | f8dae882cc38a888225c86e4041de50757123ce7 | |
parent | f1009d3214ede734e01da4cc64fc2854bf94a2f2 (diff) |
dt-bindings: dmaengine: qcom: gpi: Allow dma-coherent
On SM8550, the GPI DMA controller is coherent with the CPU.
Allow specifying that.
Signed-off-by: Konrad Dybcio <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml index f61145c91b6d..88d0de3d1b46 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -69,6 +69,8 @@ properties: dma-channel-mask: maxItems: 1 + dma-coherent: true + required: - compatible - reg |