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 patch converts them to YAML, and specifies all the > > > compatible strings currently in use in arch/powerpc/boot/dts. > > > > > > Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> > > > --- [...] > > dtschema/dtc warnings/errors: > > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/dma/fsl,elo-dma.example.dtb: dma-controller@82a8: '#dma-cells' is a required property > > from schema $id: http://devicetree.org/schemas/dma/dma-controller.yaml# > > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/dma/fsl,eloplus-dma.example.dtb: dma-controller@21300: '#dma-cells' is a required property > > from schema $id: http://devicetree.org/schemas/dma/dma-controller.yaml# > > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/dma/fsl,elo3-dma.example.dtb: dma-controller@100300: '#dma-cells' is a required property > > from schema $id: http://devicetree.org/schemas/dma/dma-controller.yaml# > > Just stick with 'dma' for node name as that's what .dts files are using > and 'dma-controller' is reserved for users of DMA provider binding. > > Rob Ok, makes sense. Thanks, J. Neuschäfer