Skip to content

Commit

Permalink
dt-bindings: dmaengine: zynqmp_dma: Add a new compatible string
Browse files Browse the repository at this point in the history
Add compatible string "amd,versal2-dma-1.0" to support AMD Versal Gen 2
platform.

AMD Versal Gen 2 has 8 LPD DMA IPs in PS that can be used as general
purpose DMAs which is designed to support memory to memory and memory to
IO buffer transfer. Versal Gen 2 DMA IP has different interrupt register
offset.

Signed-off-by: Abin Joseph <abin.joseph@amd.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240808100024.317497-2-abin.joseph@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Abin Joseph authored and Vinod Koul committed Aug 29, 2024
1 parent 4fecf94 commit 36545c6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ properties:
const: 1

compatible:
const: xlnx,zynqmp-dma-1.0
enum:
- amd,versal2-dma-1.0
- xlnx,zynqmp-dma-1.0

reg:
description: memory map for gdma/adma module access
Expand Down

0 comments on commit 36545c6

Please sign in to comment.