Attached: 1 video
I present the latest in U-Boot Qualcomm development. This is a pre-production Fairphone 5 running U-Boot as a full replacement to Qualcomms proprietary EDK2 stack
it has working drivers for the DSI interface, display controller, panel, and a bunch more pesky prerequisites :D
This means unlike in the typical case on a phone where the display has already been configured for us by edk2, we have to turn on all the regulators, configure all the clocks and phys, program the display controller and basically do everything ourselves.
This is the first command mode panel I have working and being a whole different soc to my initial bringup it proves that the drivers are flexible enough to enable broad support.
i hope to eventually land these drivers upstream, starting with the common clock framework port.