Hi Rogerio,
I attached the datasheet here:
https://support.nxp.com/s/case/5002p00002FrFGv
The feeling is that the display controller is not able to accept LPM commands once the MIPI interface switched to HS.
The EVK from the manufacturer shows that all the commands are sent before the MIPI CLK switch to HS.
From a linux kernel perspective, this means that the commands should be sent from the "prepare" function of drm_panel_funcs struct, called before the "enable" function of drm_panel_funcs struct.
If the commands are sent from the enable function (as for most of the MIPI displays drivers), the commands are sent correctly, but the display shows nothing.
If the commands are sent from the prepare function (not seen in other MIPI displays drivers), we get the errors reported in the 1st message of this thread.
Please let me know if you need further details.
Thanks
BR
Pier