On Wed, 04 Sep 2024 07:40:27 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > i.MX28 has an RX DMA channel associated with the LCDIF controller. > > Document the 'dmas' and 'dma-names' properties to fix the following > dt-schema warnings: > > lcdif@80030000: 'dma-names', 'dmas' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > Changes since v1: > - Add a blank line before the examples. (Krzysztof) > > .../bindings/display/fsl,lcdif.yaml | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > Applied, thanks!