Re: [PATCH 1/1] spi: dt-bindings: fsl-dspi: add dmas and dma-names properties

From: Frank Li
Date: Thu Jun 27 2024 - 18:07:29 EST


On Fri, Jun 28, 2024 at 12:53:38AM +0300, Vladimir Oltean wrote:
> On Thu, Jun 27, 2024 at 04:33:08PM -0400, Frank Li wrote:
> > Add dmas and dma-names properties because dspi support dma transfer.
> > Fix below warnings:
> > arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dtb: spi@2120000: Unevaluated properties are not allowed ('dma-names', 'dmas', 'little-endian' were unexpected)
> > from schema $id: http://devicetree.org/schemas/spi/fsl,dspi.yaml#
> >
> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> > ---
>
> For the contents:
>
> Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>
>
> and FWIW, I noticed this as well, but didn't want to put yet another
> roadblock in the conversion of a binding which was way overdue.
> I was planning to send a patch as well, once the binding was merged.
>
> But... to whose tree is this targeted? I only got a notification
> from Shawn for patch 3/3 (the device tree change), but none for the
> acceptance of the other 2 patches.

This patch base on the below patch:
https://lore.kernel.org/imx/20240624-ls_qspi-v4-0-3d1c6f5005bf@xxxxxxx/T/#t

Sorry, I miss understand 3 patches already picked. Actually only pick 3rd
one.

Frank