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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: dma: ti: Add missing ti,k3-sci-common.yaml reference

The TI k3-bcdma and k3-pktdma both use 'ti,sci' and 'ti,sci-dev-id'
properties defined in ti,k3-sci-common.yaml. When 'unevaluatedProperties'
support is enabled, the follow warning is generated:

Documentation/devicetree/bindings/dma/ti/k3-bcdma.example.dt.yaml: dma-controller@485c0100: Unevaluated properties are not allowed ('ti,sci', 'ti,sci-dev-id' were unexpected)
Documentation/devicetree/bindings/dma/ti/k3-pktdma.example.dt.yaml: dma-controller@485c0000: Unevaluated properties are not allowed ('ti,sci', 'ti,sci-dev-id' were unexpected)

Add a reference to ti,k3-sci-common.yaml to fix this.

Cc: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20211206174226.2298135-1-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Rob Herring and committed by
Vinod Koul
5f1e024c a173a242

+2
+1
Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml
··· 30 30 31 31 allOf: 32 32 - $ref: /schemas/dma/dma-controller.yaml# 33 + - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml# 33 34 34 35 properties: 35 36 compatible:
+1
Documentation/devicetree/bindings/dma/ti/k3-pktdma.yaml
··· 25 25 26 26 allOf: 27 27 - $ref: /schemas/dma/dma-controller.yaml# 28 + - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml# 28 29 29 30 properties: 30 31 compatible: