diff options
author | Matt Ranostay <[email protected]> | 2022-10-13 12:45:59 -0700 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-10-18 10:03:45 -0500 |
commit | 3eecdba4c01c8fcc3de69278a1da6e596280c582 (patch) | |
tree | 56ece3c0932854729581526b4b94dd41311c67be | |
parent | 5b4248bfee04ba577e0d8ca8ddd30f1cb03ce5e5 (diff) |
dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field
Add missing dma-coherent property to schema which avoids the following warnings
ufs-wrapper@4e80000: ufs@4e84000: Unevaluated properties are not allowed ('dma-coherent' was unexpected)
Signed-off-by: Matt Ranostay <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml b/Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml index fb45f66d6454..835e17269d2d 100644 --- a/Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml +++ b/Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml @@ -49,6 +49,8 @@ properties: reg: maxItems: 1 + dma-coherent: true + required: - compatible - clocks |