Message ID | 20230116164236.18958-1-johan+linaro@kernel.org |
---|---|
State | New |
Headers | show |
Series | [RESEND] dt-bindings: ufs: qcom: allow 'dma-coherent' property | expand |
On Mon, 16 Jan 2023 17:42:36 +0100, Johan Hovold wrote: > UFS controllers may be cache coherent and must be marked as such in the > devicetree to avoid data corruption. > > This is specifically needed on recent Qualcomm platforms like SC8280XP. > > Applied to 6.3/scsi-queue, thanks! [1/1] dt-bindings: ufs: qcom: allow 'dma-coherent' property https://git.kernel.org/mkp/scsi/c/85e182b48a33
diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml index f2d6298d926c..1f1d286749c0 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -44,6 +44,8 @@ properties: minItems: 8 maxItems: 11 + dma-coherent: true + interconnects: minItems: 2 maxItems: 2