Message ID | 20221013194559.128643-1-mranostay@ti.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field | expand |
On Thu, 13 Oct 2022 12:45:59 -0700, Matt Ranostay wrote: > 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 <mranostay@ti.com> > --- > Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!
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
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 <mranostay@ti.com> --- Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml | 2 ++ 1 file changed, 2 insertions(+)