diff mbox series

dt-bindings: dma: intel-ldma: Fix $ref specifier

Message ID 20210120180939.1580984-1-bjorn.andersson@linaro.org
State Accepted
Commit be7ccfa6c303e619e92e4fc0398cf01922ee9603
Headers show
Series dt-bindings: dma: intel-ldma: Fix $ref specifier | expand

Commit Message

Bjorn Andersson Jan. 20, 2021, 6:09 p.m. UTC
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(-)

-- 
2.29.2

Comments

Rob Herring Jan. 20, 2021, 9:41 p.m. UTC | #1
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>
Vinod Koul Jan. 26, 2021, 5:21 p.m. UTC | #2
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
diff mbox series

Patch

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.