linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier
@ 2021-01-20 18:09 Bjorn Andersson
  2021-01-20 21:41 ` Rob Herring
  2021-01-26 17:21 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-01-20 18:09 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, chuanhua.lei, Amireddy Mallikarjuna reddy
  Cc: dmaengine, devicetree, linux-kernel

The $ref for "intel,dma-poll-cnt" is missing an '/', causing
dt_binding_check to fail. Fix this.

Fixes: afd4df85602d ("dt-bindings: dma: Add bindings for Intel LGM SoC")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/intel,ldma.yaml b/Documentation/devicetree/bindings/dma/intel,ldma.yaml
index 866d4c758a7a..a5c4be783593 100644
--- a/Documentation/devicetree/bindings/dma/intel,ldma.yaml
+++ b/Documentation/devicetree/bindings/dma/intel,ldma.yaml
@@ -56,7 +56,7 @@ properties:
     maxItems: 1
 
   intel,dma-poll-cnt:
-    $ref: /schemas/types.yaml#definitions/uint32
+    $ref: /schemas/types.yaml#/definitions/uint32
     description:
       DMA descriptor polling counter is used to control the poling mechanism
       for the descriptor fetching for all channels.
-- 
2.29.2


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

* Re: [PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier
  2021-01-20 18:09 [PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier Bjorn Andersson
@ 2021-01-20 21:41 ` Rob Herring
  2021-01-26 17:21 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-01-20 21:41 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Rob Herring, dmaengine, Amireddy Mallikarjuna reddy, Vinod Koul,
	chuanhua.lei, linux-kernel, devicetree

On Wed, 20 Jan 2021 10:09:39 -0800, Bjorn Andersson wrote:
> The $ref for "intel,dma-poll-cnt" is missing an '/', causing
> dt_binding_check to fail. Fix this.
> 
> Fixes: afd4df85602d ("dt-bindings: dma: Add bindings for Intel LGM SoC")
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

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

* Re: [PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier
  2021-01-20 18:09 [PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier Bjorn Andersson
  2021-01-20 21:41 ` Rob Herring
@ 2021-01-26 17:21 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2021-01-26 17:21 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Rob Herring, chuanhua.lei, Amireddy Mallikarjuna reddy,
	dmaengine, devicetree, linux-kernel

On 20-01-21, 10:09, Bjorn Andersson wrote:
> The $ref for "intel,dma-poll-cnt" is missing an '/', causing
> dt_binding_check to fail. Fix this.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2021-01-27  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 18:09 [PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier Bjorn Andersson
2021-01-20 21:41 ` Rob Herring
2021-01-26 17:21 ` Vinod Koul

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).