Re: [PATCH v3] dt-bindings: dma: Convert fsl,elo*-dma to YAML

2025-03-04 Thread J . Neuschäfer
On Mon, Mar 03, 2025 at 07:42:00AM -0600, Rob Herring wrote: > On Wed, Feb 26, 2025 at 11:29:54AM -0600, Rob Herring (Arm) wrote: > > > > On Wed, 26 Feb 2025 16:57:17 +0100, J. Neuschäfer wrote: > > > The devicetree bindings for Freescale DMA engines have so far existed as > > > a text file. This

Re: [PATCH v3] dt-bindings: dma: Convert fsl,elo*-dma to YAML

2025-03-03 Thread Rob Herring
On Wed, Feb 26, 2025 at 11:29:54AM -0600, Rob Herring (Arm) wrote: > > On Wed, 26 Feb 2025 16:57:17 +0100, J. Neuschäfer wrote: > > The devicetree bindings for Freescale DMA engines have so far existed as > > a text file. This patch converts them to YAML, and specifies all the > > compatible strin

Re: [PATCH v3] dt-bindings: dma: Convert fsl,elo*-dma to YAML

2025-02-26 Thread Rob Herring (Arm)
On Wed, 26 Feb 2025 16:57:17 +0100, J. Neuschäfer wrote: > The devicetree bindings for Freescale DMA engines have so far existed as > a text file. This patch converts them to YAML, and specifies all the > compatible strings currently in use in arch/powerpc/boot/dts. > > Signed-off-by: J. Neuschä