diff options
author | Rob Herring <robh@kernel.org> | 2023-11-23 00:50:50 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-12-11 07:30:54 +0100 |
commit | 4a8ececbb50f0dd9395ffc4188ae780916df4a9c (patch) | |
tree | dd5d83498883f41f919741bb3823dd33cc21ab82 /Documentation/devicetree/bindings/dma/dma-router.yaml | |
parent | dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH (diff) | |
download | linux-4a8ececbb50f0dd9395ffc4188ae780916df4a9c.tar.xz linux-4a8ececbb50f0dd9395ffc4188ae780916df4a9c.zip |
dt-bindings: dma: Drop undocumented examples
The compatibles "ti,omap-sdma" and "ti,dra7-dma-crossbar" aren't documented
by a schema which causes warnings:
Documentation/devicetree/bindings/dma/dma-controller.example.dtb: /example-0/dma-controller@48000000: failed to match any schema with compatible: ['ti,omap-sdma']
Documentation/devicetree/bindings/dma/dma-router.example.dtb: /example-0/dma-router@4a002b78: failed to match any schema with compatible: ['ti,dra7-dma-crossbar']
As no one has cared to fix them, just drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231122235050.2966280-1-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/dma/dma-router.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/devicetree/bindings/dma/dma-router.yaml b/Documentation/devicetree/bindings/dma/dma-router.yaml index 346fe0fa4460..5ad2febc581e 100644 --- a/Documentation/devicetree/bindings/dma/dma-router.yaml +++ b/Documentation/devicetree/bindings/dma/dma-router.yaml @@ -40,15 +40,4 @@ required: additionalProperties: true -examples: - - | - sdma_xbar: dma-router@4a002b78 { - compatible = "ti,dra7-dma-crossbar"; - reg = <0x4a002b78 0xfc>; - #dma-cells = <1>; - dma-requests = <205>; - ti,dma-safe-map = <0>; - dma-masters = <&sdma>; - }; - ... |