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.
hello. I also added the ili9881C screen on the IMX8MQ platform, did you solve your problem? Can you share the solution? please
Hi Zenpei
one can try to use imx8mm-evk-rm67191.dts
in driver set for ILI9881C specifc initialization sequence in struct cmd_set_entry mcs_rm67191[]
and timings in struct drm_display_mode default_mode :
Best regards
igor
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.
Hi @igorpadykov ,
I'm working with zenith0123 in this project.
Could you follow up his request ?
ko-hey
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