Hi,
I am new to a mipi interface. Currently I am working with a custom i.MX93 board and need to integrate a 4-lanes mipi LCD display. My current LCD is based on Ilitek ILI9881C but there could be other displays with different IC for driving the panel. My development base is IMX Yocto Project LF6.1.55_2.2.0.
It looks like there is a "panel-ilitek-ili9881c.c" driver available in the Kernel source code. Can someone point me to relevant device tree examples and configuration resources, to start with, for integrating a mipi LCD with Linux Kernel 6.1?
Any input appreciated.
解決済! 解決策の投稿を見る。
Hi @abt!
Thank you for contacting NXP Support!
You can see a device tree example by following the link:
If you want to see the DSI configuration on the device tree, you can see our device tree of our iMX93 EVK board.
https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
Best Regards!
Chavira
Thanks for the info. I was able to make my Ilitek ILI9881C panel work over MIPI with4 lanes.
The following link provided useful input and help for solving my LCD rendering issues:
https://community.nxp.com/t5/i-MX-Processors/Ilitek-ILI9881C-MIPI-LCD-Panel-not-work-on-i-MX93/m-p/1...
Hi @abt!
Thank you for contacting NXP Support!
You can see a device tree example by following the link:
If you want to see the DSI configuration on the device tree, you can see our device tree of our iMX93 EVK board.
https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
Best Regards!
Chavira