imx8qxp mipi dsi uboot support

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

imx8qxp mipi dsi uboot support

170 Views
sig0912
Contributor III

Hi NXP!

We are working on implementing mipi dsi on uboot to show the splash screen early on 2 panels.

We are using imx8qxp on uboot v2023.04.

Looking at drivers/video/nxp/imx it appears there are the following relevant files
- mipi dsi host driver: mipi_dsi_northwest.c
- dsi bridge driver: nw_dsi_imx.c 

but only compatible for imx7ulp and imx8ulp

We have started to modify those mipi dsi drivers to support the imx8qxp and we need help as there are quite a lot of changes to make and we want to make sure that we are on the right path.

Questions
- Do you already have a patch to support mipi dsi for imx8qxp in uboot?
- If there is no support, can you explain the complete process of porting U-Boot MIPI DSI controller on the imx8qxp platform (clock configuration, files to modify or to implement) ?

Best Regards,

Tags (1)
0 Kudos
Reply
1 Reply

146 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

one can try to add #def CONFIG_VIDEO to uboot/include/configs/

as example https://github.com/boundarydevices/u-boot/blob/boundary-v2020.10/board/boundary/nitrogen8mm_som/nitr...

 

Regards

 

 

0 Kudos
Reply