mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: afd4df8560
("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>
This commit is contained in:
parent
5699bba186
commit
be7ccfa6c3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue