On Thu, Feb 20, 2025 at 09:48:09AM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > According to fsl,dspi.yaml the expected order for describing the dmas > and dma-names properties is "tx" first, followed by "rx". > > Adjust it acordingly to fix the following dt-schema warnings: > > spi@4002c000: dma-names:0: 'tx' was expected > spi@4002c000: dma-names:1: 'rx' was expected > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> Applied, thanks!