On Thu, 04 Jul 2024 21:20:26 +0200, Stanislav Jakubek wrote: > Convert the Spreadtrum SC9860 DMA bindings to DT schema. > > Changes during conversion: > - rename file to match compatible > - make interrupts optional, the AGCP DMA controller doesn't need it > - describe the optional ashb_eb clock for the AGCP DMA controller > > Signed-off-by: Stanislav Jakubek <stano.jakubek@xxxxxxxxx> > --- > Changes in V2: > - rework clocks, clock-names (Conor) > > .../bindings/dma/sprd,sc9860-dma.yaml | 92 +++++++++++++++++++ > .../devicetree/bindings/dma/sprd-dma.txt | 44 --------- > 2 files changed, 92 insertions(+), 44 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/sprd,sc9860-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sprd-dma.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>