dt-bindings: dma: intel-ldma: Fix $ref specifier
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 20 Jan 2021 18:09:39 +0000 (10:09 -0800)
committerVinod Koul <vkoul@kernel.org>
Tue, 26 Jan 2021 17:21:07 +0000 (22:51 +0530)
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>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210120180939.1580984-1-bjorn.andersson@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/intel,ldma.yaml

index 866d4c7..a5c4be7 100644 (file)
@@ -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.