Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Bjorn Andersson and committed by
Vinod Koul
be7ccfa6 5699bba1

+1 -1
+1 -1
Documentation/devicetree/bindings/dma/intel,ldma.yaml
··· 56 56 maxItems: 1 57 57 58 58 intel,dma-poll-cnt: 59 - $ref: /schemas/types.yaml#definitions/uint32 59 + $ref: /schemas/types.yaml#/definitions/uint32 60 60 description: 61 61 DMA descriptor polling counter is used to control the poling mechanism 62 62 for the descriptor fetching for all channels.