Dear NXP Support,
I am currently working on connecting an LCD display via MIPI-DSI using the i.MX8M Plus. The MIPI-DSI is directly connected to the CPU, and I am using the ST7701 LCD. However, I have encountered the following errors:
[drm:drm_bridge_attach] *ERROR* failed to attach bridge /soc@0/bus@32c00000/mipi_dsi@32e60000 to encoder DSI-34: -19 imx_sec_dsim_drv 32e60000.mipi_dsi: Failed to attach bridge: 32e60000.mipi_dsi imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -19
Additionally, the following message is also being output related to this error:
drm_dbg_kms: No connectors found, will not create framebuffer!
This error might be causing dev->mode_config.num_connector to remain at 0, which in turn is likely causing the above message to be output within the drm_fbdev_client_hotplug function, leading to a situation where the framebuffer is not created.
I have attached the device tree, configuration files, and dmesg logs I am using. I would appreciate any advice on potential solutions for this issue.
Thank you for your support.
Best regards,
IMX8MPLUS