Integrating a MIPI LCD display with a custom i.MX93 board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Integrating a MIPI LCD display with a custom i.MX93 board

Jump to solution
316 Views
abt
Contributor II

 

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.

0 Kudos
1 Solution
265 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @abt!
Thank you for contacting NXP Support!

You can see a device tree example by following the link:

https://github.com/nxp-imx/linux-imx/blob/ccf0a99701a701fb48a04e31ffe3f9d585a8374a/Documentation/dev...


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

View solution in original post

0 Kudos
2 Replies
214 Views
abt
Contributor II

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...

 

 

0 Kudos
266 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @abt!
Thank you for contacting NXP Support!

You can see a device tree example by following the link:

https://github.com/nxp-imx/linux-imx/blob/ccf0a99701a701fb48a04e31ffe3f9d585a8374a/Documentation/dev...


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

0 Kudos