Tool/software:
Hi,
I am using AM62P Soc with my custom board and it has MIPI-DSI interface to the display. I am able to get the display working with kernel by adding the following part to my custom dts file:
k3-am62p5-sk-microtips-mf070zima-lcd3.dtso « ti « dts « boot « arm64 « arch - ti-linux-kernel/ti-linux-kernel - This repo contains a Linux kernel that has been integrated with outstanding TI open source patches based on the open source Linux kernel found at kernel.org. Contributions to this kernel need to be sent to the open source community for review.
And with applying a custom patch to "/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c" in order to adapt the init sequence of the display, I can manage to have the display working.
Currently, I am trying to enable splash screen to uboot but unfortunately I see no support for "panel-ilitek-ili9881c.c", I can only find simple-panel which lvds I guess.
So, how to enable mipi-dsi display in uboot? Does anybody have experience with that?
Best regards,
Mohamed