[PATCH 2/7] dt-bindings: qcom: geni-se: Allow dma-coherent

Konrad Dybcio posted 7 patches 2 years, 3 months ago
[PATCH 2/7] dt-bindings: qcom: geni-se: Allow dma-coherent
Posted by Konrad Dybcio 2 years, 3 months ago
On SM8550, the QUP controller is coherent with the CPU.
Allow specifying that.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
index 8a4b7ba3aaf6..7b031ef09669 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
@@ -52,6 +52,8 @@ properties:
   iommus:
     maxItems: 1
 
+  dma-coherent: true
+
 required:
   - compatible
   - reg

-- 
2.42.0
Re: [PATCH 2/7] dt-bindings: qcom: geni-se: Allow dma-coherent
Posted by Rob Herring 2 years, 3 months ago
On Wed, 30 Aug 2023 14:48:41 +0200, Konrad Dybcio wrote:
> On SM8550, the QUP controller is coherent with the CPU.
> Allow specifying that.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>