diff options
author | Claudiu Beznea <[email protected]> | 2020-01-10 18:17:53 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2020-01-14 10:46:22 +0100 |
commit | 11ae60b6d30e7ebb023fdcf1ef9a27c6086ae146 (patch) | |
tree | 2356d7075efe9313dd8b821b235b16c962301067 | |
parent | a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d (diff) |
dt-bindings: at_xdmac: remove wildcard
Remove wildcard and use the available compatible.
Signed-off-by: Claudiu Beznea <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
-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 |