Hi Tom, please pull new video patches.
gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/8588 Thanks! The following changes since commit 5371593aed56ee11cbb6cc6ac8d058fcd9b8f58c: Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2021-07-31 20:51:24 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-2021-08-05 for you to fetch changes up to 845d71ce999936ab5ae2cef4542b221851cde199: video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO (2021-08-01 21:43:48 +0200) ---------------------------------------------------------------- - add display driver for ST-Ericsson MCDE - drop legacy CONFIG_VIDEO dependency for Hitachi tx18d42vm ---------------------------------------------------------------- Andre Przywara (1): video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO Stephan Gerhold (1): video: Add simple driver for ST-Ericsson MCDE with pre-configured display drivers/video/Kconfig | 13 +++- drivers/video/Makefile | 1 + drivers/video/mcde_simple.c | 141 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 154 insertions(+), 1 deletion(-) create mode 100644 drivers/video/mcde_simple.c

