[PATCH v6 12/12] video: imx: Add LCDIF driver

2025-04-05 Thread Miquel Raynal
Add support for the LCD interfaces (LCDIF1/2). When probed, these interfaces request numerous clocks and power domains, attach the bridge and look for a panel in order to retrieve its capabilities and properties. There is a similar existing driver in the upper folder for other i.MX targets, I disc

Re: [PATCH v6 12/12] video: imx: Add LCDIF driver

2025-04-04 Thread Miquel Raynal
Hi Adam, > since there are three instances of this LCDIF, when most other boards > have just one, do you know what happens if someone's device tree has > all three enabled? Is the video mirrored, or does it just go to one of > the instances? IIRC they are not connected to the same outputs, there

Re: [PATCH v6 12/12] video: imx: Add LCDIF driver

2025-04-03 Thread Adam Ford
On Thu, Apr 3, 2025 at 2:39 AM Miquel Raynal wrote: > > Add support for the LCD interfaces (LCDIF1/2). When probed, these > interfaces request numerous clocks and power domains, attach the bridge > and look for a panel in order to retrieve its capabilities and > properties. > > There is a similar