Hi @vivek338,
->In iMX8m mini one can get an 8-bit parallel gpio pin for MIPI-DSI, and if one has to increase the frequency on gpio then one has to write a driver code for it because using libgpiod which is a userspace library that will cause kernel overhead & eventually frequency got down, that's why max. freq. 300 kHz can be achieved only.
->Also for RGB LCD 24-bit parallel gpio pins will be required & even the iMX8x series don't have it either, so one has to specifically write 24-bit driver code for the same, for which one can get higher frequency by configuring a fast slew rate for gpio pad.
Thanks & Regards.
Dhruvit Vasavada.