On Tue, 23 Jul 2024 15:25:19 +0530, Shresth Prasad wrote: > Convert txt bindings of Marvell XOR v2 engines to dtschema to allow > for validation. > > Also add missing property `dma-coherent` as `drivers/dma/mv_xor_v2.c` > calls various dma-coherent memory functions. > > Signed-off-by: Shresth Prasad <shresthprasad7@xxxxxxxxx> > --- > Changes in v3: > - Change maintainer > - Simplify binding by removing `if:` block > > Tested against `marvell/armada-7040-db.dtb`, `marvell/armada-7040-mochabin.dtb` > and `marvell/armada-8080-db.dtb` > --- > .../bindings/dma/marvell,xor-v2.yaml | 61 +++++++++++++++++++ > .../devicetree/bindings/dma/mv-xor-v2.txt | 28 --------- > 2 files changed, 61 insertions(+), 28 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/marvell,xor-v2.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/mv-xor-v2.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>