diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2020-10-16 11:17:51 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-10-30 14:10:27 +0530 |
commit | cb0362b6ec537619b842b54e794ae8a87a5122bb (patch) | |
tree | 6a09774aa6876342cd038858735536e2fa257658 /Documentation/devicetree/bindings/dma/atmel-xdma.txt | |
parent | dafd8fe27a9999ef14094dddfd5aaccd49750e1d (diff) | |
download | lwn-cb0362b6ec537619b842b54e794ae8a87a5122bb.tar.gz lwn-cb0362b6ec537619b842b54e794ae8a87a5122bb.zip |
dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sama7g5
Add compatible to sama7g5 SoC.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201016081754.288488-1-eugen.hristev@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/atmel-xdma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/atmel-xdma.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/atmel-xdma.txt b/Documentation/devicetree/bindings/dma/atmel-xdma.txt index 4dc398e1a371..510b7f25ba24 100644 --- a/Documentation/devicetree/bindings/dma/atmel-xdma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-xdma.txt @@ -2,7 +2,8 @@ * XDMA Controller Required properties: -- compatible: Should be "atmel,sama5d4-dma" or "microchip,sam9x60-dma". +- compatible: Should be "atmel,sama5d4-dma", "microchip,sam9x60-dma" or + "microchip,sama7g5-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 |