I want to add a LCD to a custom imx6 board.
Before, there was the file mxc_lcdif.c, which had the fsl,lcd compatible. Then you had a node in the devicetree, describing which ipu/di/...
However, this seems to be removed/changed in kernel 5.4?
How do I add an lcd display the proper way now?
you can refer to the link as below, how to change the dts file for lcd
Yes, but that is my problem. This way is no longer working on 5.4....
It was working fine on 4.19 (also here)
I know what you mean, I have built 5.4.3-1.0.0, and searched mxc_lcdif.c, it seems 5.4.3 has removed this file
Exactly. And to my understanding, that's a mistake someone made in a merge somewhere. I've just put it back, and lcd works perfectly again as it did before...
thanks for your sharing, I don't know who is the owner of this, but your test is very useful for other customers