In defaut Linux BSP, NXP implemented LVDS to HDMI(it6263) and MIPI-DSI to HDMI(adv7535) bridge chip drivers. And these drivers need read the EDID from display, then apply the timing parameters to DRM driver.
But for the use case that bridge chip -> Serializer -> Deserializer -> LCD Panel use case, there is no EDID.
The attached are reference patches for such use case, it combined the bridge chip to panel directly, and no EDID is needed.
The patches are tested on iMX8QXP MEK with bridge chip + panel mode, both of them can see the fb0 device under /sys/class/graphics/ folder, also can see card under /sys/class/drm/. Display works fine with DTS selected 720P panel mode.
[2020-06-24]: Add patches for L4.14.98 kernel:
Android_Auto_P9.0.0_GA2.1.0_Kernel_No_EDID_IT6263.patch
L4.14.98-iMX8QXP-MEK-ADV7535-MIPI-DSI-to-HDMI-bridge-chip-com.patch