[PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error

From: Amireddy Mallikarjuna reddy
Date: Wed Jan 20 2021 - 23:32:04 EST


There have been some fixes for JSON pointers and tools check now got this is missing a '/'.
Add missing a '/' in '/schemas/types.yaml#definitions/uint32'

Signed-off-by: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@xxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.
--
2.17.1