From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 3/3] dt-bindings: dma: Convert Allwinner A31 and A64 DMA to a schema Date: Fri, 12 Jul 2019 07:07:30 -0600 Message-ID: References: <20190711092158.14678-1-maxime.ripard@bootlin.com> <20190711092158.14678-3-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190711092158.14678-3-maxime.ripard@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Maxime Ripard Cc: Mark Rutland , devicetree@vger.kernel.org, Chen-Yu Tsai , Vinod Koul , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org On Thu, Jul 11, 2019 at 3:36 AM Maxime Ripard 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 > --- > .../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