Please consider adding the following fixes to v5.10:
* cc5f7e2fcbe3 drm/bridge: sii902x: Enable I/O and core VCC supplies if
present
* 4c1e054322da dt-bindings: display: sii902x: Add supply bindings
* 91b5e26731c5 drm/bridge: sii902x: Refactor init code into separate
function
The STM32MP discovery board is a popular ARM platform, containing a GPU
and attached display. The display will fail to be initialized if any of
the DRM bridges fail initialization. The sii9022 bridge only worked
correctly if the firmware enabled the power supplies on boot. This was
the case if u-boot was used.
I would like this board to work correctly with v5.10, without needing to
make assumptions about the firmware.
Thanks,
Alex