On Thu, Jul 11, 2019 at 3:36 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > The newer Allwinner SoCs have a DMA controller supported in Linux, with a > matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > --- > .../dma/allwinner,sun50i-a64-dma.yaml | 88 +++++++++++++++++++ > .../bindings/dma/allwinner,sun6i-a31-dma.yaml | 62 +++++++++++++ > .../devicetree/bindings/dma/sun6i-dma.txt | 81 ----------------- > 3 files changed, 150 insertions(+), 81 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml > create mode 100644 Documentation/devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/sun6i-dma.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>