Skip to content

Commit 36545c6

Browse files
abinJoseph25k07vinodkoul
authored andcommitted
dt-bindings: dmaengine: zynqmp_dma: Add a new compatible string
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 <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 4fecf94 commit 36545c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ properties:
2424
const: 1
2525

2626
compatible:
27-
const: xlnx,zynqmp-dma-1.0
27+
enum:
28+
- amd,versal2-dma-1.0
29+
- xlnx,zynqmp-dma-1.0
2830

2931
reg:
3032
description: memory map for gdma/adma module access

0 commit comments

Comments
 (0)