diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2020-01-10 19:17:53 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-01-14 12:46:22 +0300 |
commit | 11ae60b6d30e7ebb023fdcf1ef9a27c6086ae146 (patch) | |
tree | 2356d7075efe9313dd8b821b235b16c962301067 /Documentation/devicetree/bindings/dma | |
parent | a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d (diff) | |
download | linux-11ae60b6d30e7ebb023fdcf1ef9a27c6086ae146.tar.xz |
dt-bindings: at_xdmac: remove wildcard
Remove wildcard and use the available compatible.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1578673089-3484-2-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r-- | Documentation/devicetree/bindings/dma/atmel-xdma.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/dma/atmel-xdma.txt b/Documentation/devicetree/bindings/dma/atmel-xdma.txt index 0eb2b3207e08..ad03920b7a28 100644 --- a/Documentation/devicetree/bindings/dma/atmel-xdma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-xdma.txt @@ -2,9 +2,7 @@ * XDMA Controller Required properties: -- compatible: Should be "atmel,<chip>-dma". - <chip> compatible description: - - sama5d4: first SoC adding the XDMAC +- compatible: Should be "atmel,sama5d4-dma". - reg: Should contain DMA registers location and length. - interrupts: Should contain DMA interrupt. - #dma-cells: Must be <1>, used to represent the number of integer cells in |