linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error
@ 2021-01-21  4:12 Amireddy Mallikarjuna reddy
  2021-01-26 17:21 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Amireddy Mallikarjuna reddy @ 2021-01-21  4:12 UTC (permalink / raw)
  To: dmaengine, vkoul, devicetree, robh+dt
  Cc: linux-kernel, chuanhua.lei, cheol.yong.kim, qi-ming.wu,
	mallikarjunax.reddy, malliamireddy009

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@linux.intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error
  2021-01-21  4:12 [PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error Amireddy Mallikarjuna reddy
@ 2021-01-26 17:21 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-01-26 17:21 UTC (permalink / raw)
  To: Amireddy Mallikarjuna reddy
  Cc: dmaengine, devicetree, robh+dt, linux-kernel, chuanhua.lei,
	cheol.yong.kim, qi-ming.wu, malliamireddy009

On 21-01-21, 12:12, Amireddy Mallikarjuna reddy wrote:
> 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'

Already applied patch from Bjorn which came before this

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-27  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  4:12 [PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error Amireddy Mallikarjuna reddy
2021-01-26 17:21 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).