diff options
author | Varshini Rajendran <varshini.rajendran@microchip.com> | 2023-07-28 13:24:51 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-08-01 21:35:08 +0300 |
commit | 0f264ab788ed9a39aabb36c0b35e5821b94bcdc8 (patch) | |
tree | e7782f31d0805ce3bee60bfdb4ada7bdc22ea4b1 /Documentation/devicetree/bindings/dma/atmel-xdma.txt | |
parent | 926a4b17e9366583142c57e074d8a9e52cadc755 (diff) | |
download | linux-0f264ab788ed9a39aabb36c0b35e5821b94bcdc8.tar.xz |
dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
Add compatible for sam9x7.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230728102451.265869-1-varshini.rajendran@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 510b7f25ba24..76d649b3a25d 100644 --- a/Documentation/devicetree/bindings/dma/atmel-xdma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-xdma.txt @@ -3,7 +3,8 @@ * XDMA Controller Required properties: - compatible: Should be "atmel,sama5d4-dma", "microchip,sam9x60-dma" or - "microchip,sama7g5-dma". + "microchip,sama7g5-dma" or + "microchip,sam9x7-dma", "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 |