Hello,
I am in process of porting the LCD with the MIPI interface in U-boot, Display works properly in Kernel.
I want to understand that do we have the support of LCDIF and Host display controller in U-boot?
How can I port the MIPI-Display in U-boot? Do you have any working reference to port MIPI-Display in U-boot?
Thanks & Regards,
Kailas K
Hi Kailas
one can look at below example (for RM67191), for custom lcd timings can be added to
struct display_info_t const displays[]
#ifdef CONFIG_VIDEO in
Best regards
igor