]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "video: simple_panel support for am335x evm panel"
authorTom Rini <trini@konsulko.com>
Fri, 16 Jan 2026 15:07:35 +0000 (09:07 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jan 2026 15:53:57 +0000 (09:53 -0600)
Markus Schneider-Pargmann (TI.com) <msp@baylibre.com> says:

This series adds the capability to define hardcoded panel settings to
the simple_panel driver similar to the Linux Kernel and adds the panel
used on am335x evm. panel-uclass.c is extended to support get_modes()
for panels and drm_display_mode conversion. In a second step the tilcdc
is extended to support OF graph to be able to connect to the simple
panel devicetree node.

Link: https://lore.kernel.org/r/20260105-topic-am33-evm-lcd-v2026-01-v4-0-7617591b8159@baylibre.com

Trivial merge