Re: [PATCH] dt-bindings: lcdif: Document the dmas/dma-names properties

2024-09-22 Thread Dmitry Baryshkov
On Tue, 03 Sep 2024 13:27:29 -0300, Fabio Estevam wrote: > 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@8003: 'dma-names', 'dmas' do not match any of the regexes: > '

Re: [PATCH] dt-bindings: lcdif: Document the dmas/dma-names properties

2024-09-03 Thread Krzysztof Kozlowski
On Tue, Sep 03, 2024 at 01:27:29PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > 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@8003: 'dma-names', 'dmas' do no

Re: [PATCH] dt-bindings: lcdif: Document the dmas/dma-names properties

2024-09-03 Thread Fabio Estevam
Hi Marek, On Tue, Sep 3, 2024 at 1:51 PM Marek Vasut wrote: > This also applies to MX23 , that one also has the support for > command-mode LCDs which are then driven by pumping commands via DMA. I > don't think Linux actually supports this mode of operation, but I do > recall using it some long

Re: [PATCH] dt-bindings: lcdif: Document the dmas/dma-names properties

2024-09-03 Thread Marek Vasut
On 9/3/24 6:27 PM, Fabio Estevam wrote: From: Fabio Estevam 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@8003: 'dma-names', 'dmas' do not match any of the regexes: 'pinctrl

[PATCH] dt-bindings: lcdif: Document the dmas/dma-names properties

2024-09-03 Thread Fabio Estevam
From: Fabio Estevam 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@8003: 'dma-names', 'dmas' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Fabio Estevam --