diff options
author | Claudiu Beznea <[email protected]> | 2020-01-10 18:17:54 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2020-01-14 10:47:33 +0100 |
commit | 97f807f36af0c6316a0f44e2558b083a7d1ae72d (patch) | |
tree | 0deb0861f9e1b99a864d735c86d897625395b4b0 | |
parent | 11ae60b6d30e7ebb023fdcf1ef9a27c6086ae146 (diff) |
dt-bindings: at_xdmac: add microchip,sam9x60-dma
Add microchip,sam9x60-dma to DT bindings documentation.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/atmel-xdma.txt b/Documentation/devicetree/bindings/dma/atmel-xdma.txt index ad03920b7a28..4dc398e1a371 100644 --- a/Documentation/devicetree/bindings/dma/atmel-xdma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-xdma.txt @@ -2,7 +2,7 @@ * XDMA Controller Required properties: -- compatible: Should be "atmel,sama5d4-dma". +- compatible: Should be "atmel,sama5d4-dma" or "microchip,sam9x60-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 |