Add support for Versal Gen 2 DMA IP by adding a compatible string and separate Versal Gen 2 DMA IP register offset. --- Changes in v2: 1/2: - Remove example binding documentation. - Rearrange the order of compatible. 2/2: - Use lower case for hexa decimal values. - Update the logic to use of_device_get_match_data instead of of_device_is_compatible. Changes in v1: https://lore.kernel.org/linux-arm-kernel/20240726062639.2609974-1-abin.joseph@xxxxxxx/ --- Abin Joseph (2): dt-bindings: dmaengine: zynqmp_dma: Add a new compatible string dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IP .../dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 4 ++- drivers/dma/xilinx/zynqmp_dma.c | 27 ++++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) -- 2.34.1