video: imx: Add LCDIF driver
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 3 Apr 2025 07:39:12 +0000 (09:39 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 11 Apr 2025 01:32:56 +0000 (22:32 -0300)
commitf86a377f1fe73b143e8fbb1e0599d96018ed02bc
treee635633a903bcf3c222c18d9f8eb07b438beab89
parentdce8222eead9e76fd17a419205de9e6f3a1673f7
video: imx: Add LCDIF driver

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 discovered this driver a bit late. It is not targeting the
i.MX8MP and I have no idea how different can the LCDIF be on this SoC,
but I did not manage to get it work, especially because it is not fully
compliant with the device-model, especially on the clocks/power
management side which is all ad-hoc. This is normal though, it was
contributed more than ten years ago.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/video/imx/Kconfig
drivers/video/imx/Makefile
drivers/video/imx/lcdif.c [new file with mode: 0644]