Commit be7ccfa6 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Vinod Koul

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

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

Fixes: afd4df85 ("dt-bindings: dma: Add bindings for Intel LGM SoC")
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210120180939.1580984-1-bjorn.andersson@linaro.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 5699bba1
...@@ -56,7 +56,7 @@ properties: ...@@ -56,7 +56,7 @@ properties:
maxItems: 1 maxItems: 1
intel,dma-poll-cnt: intel,dma-poll-cnt:
$ref: /schemas/types.yaml#definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
description: description:
DMA descriptor polling counter is used to control the poling mechanism DMA descriptor polling counter is used to control the poling mechanism
for the descriptor fetching for all channels. for the descriptor fetching for all channels.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment