[PATCH v4 0/2] BeaglePlay: add ITE IT66121 HDMI bridge driver and enable splash
Shaurya Rane <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot.general,gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
This series adds a U-Boot driver for the ITE IT66121 DPI-to-HDMI bridge and enables the display stack on the BeagleBoard.org BeaglePlay so that a splash screen can be shown over HDMI. Patch 1 adds the bridge driver itself. Patch 2 wires it up on BeaglePlay: it marks the required nodes for pre-relocation use in the board's -u-boot.dtsi and turns on the video/splash options in the defconfig. v4 addresses Moteen's v3 review comments on patch 2. Patch 1 is unchanged from v3. Rebased on v2026.07. Shaurya Rane (2): video: bridge: add ITE IT66121 DPI-to-HDMI bridge driver BeaglePlay: enable IT66121 HDMI bridge and video stack arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 36 ++ configs/am62x_beagleplay_a53_defconfig | 11 + drivers/video/bridge/Kconfig | 10 + drivers/video/bridge/Makefile | 1 + drivers/video/bridge/it66121.c | 609 +++++++++++++++++++ 5 files changed, 667 insertions(+) create mode 100644 drivers/video/bridge/it66121.c -- 2.43.0