IMX8MM enabling MIPI panel driver for ILI9881C

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

IMX8MM enabling MIPI panel driver for ILI9881C

2,096 Views
zenith0123
Contributor I

Hi,

I have been trying to integrate Ilitech ILI9881C MIPI panel on my IMX8MM custom board on Android 11 environment.

I have tried to change defconfig as following:

CONFIG_REGMAP=y
CONFIG_SYSCON=y
CONFIG_DM_RESET=y
CONFIG_RESET_DISPMIX=y
#CONFIG_VIDEO_IMX_SEC_DSI=y
CONFIG_DRM_MIPI_DSI=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_DRM_PANEL_ILITEK_ILI9881C=y
CONFIG_DM_VIDEO=y
#CONFIG_VIDEO_LCD_RAYDIUM_RM67191=y
#CONFIG_VIDEO_ADV7535=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_DRM_PANEL_ILITEK_IK9881C=y

After that, Kernel build log seems that it not includes drivers for IK9881C panel.

How can I solve this problem?

Thanks in advance.

0 Kudos
5 Replies

502 Views
Arvin8002
Contributor I

hello. I also added the ili9881C screen on the IMX8MQ platform, did you solve your problem? Can you share the solution? please

0 Kudos

2,082 Views
igorpadykov
NXP Employee
NXP Employee

Hi Zenpei 

 

one can try to use imx8mm-evk-rm67191.dts

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mm-evk-r...

in driver set for ILI9881C specifc initialization sequence in struct cmd_set_entry mcs_rm67191[]

and timings in struct drm_display_mode default_mode :

https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm6719...

 

Best regards
igor

0 Kudos

2,069 Views
zenith0123
Contributor I

Hi Igor,

Thank you for the answer.

But unfortunately I'm not familiar to Linux/Android. Do you mind if you tell me how to apply changes you mentioned to the source codes and modify build in detail?Some pointers to reference documents is appliciated.

Thanks in advance.

 

0 Kudos

2,043 Views
ko-hey
Senior Contributor II

Hi @igorpadykov ,

 

I'm working with zenith0123 in this project.

Could you follow up his request ?

 

ko-hey

0 Kudos

2,039 Views
igorpadykov
NXP Employee
NXP Employee

Hi ko-hey

 

nxp has special service for help with porting drivers for customer needs  :  https://contact.nxp.com/new-prof-svcs-sw-tech

 

Best regards
igor

0 Kudos