devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field
@ 2022-10-13 19:45 Matt Ranostay
  2022-10-14 21:28 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Ranostay @ 2022-10-13 19:45 UTC (permalink / raw)
  To: vigneshr, robh+dt, krzysztof.kozlowski+dt
  Cc: devicetree, linux-scsi, Matt Ranostay

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(+)

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
-- 
2.38.0.rc0.52.gdda7228a83


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field
  2022-10-13 19:45 [PATCH] dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field Matt Ranostay
@ 2022-10-14 21:28 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-10-14 21:28 UTC (permalink / raw)
  To: Matt Ranostay
  Cc: krzysztof.kozlowski+dt, linux-scsi, vigneshr, devicetree, robh+dt

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-14 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 19:45 [PATCH] dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field Matt Ranostay
2022-10-14 21:28 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).