Hi, 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.
Best Markus Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> --- Changes in v3: - Fix typo in first patch timining -> timing - Link to v2: https://lore.kernel.org/r/20251203-topic-am33-evm-lcd-v2026-01-v2-0-262cf4f34...@baylibre.com Changes in v2: - Add support for struct drm_display_mode in u-boot and in particular the simple panel driver to make copying definitions from Linux easier as suggested by Fabio - Link to v1: https://lore.kernel.org/r/20251128-topic-am33-evm-lcd-v2026-01-v1-0-ef75d4330...@baylibre.com --- Markus Schneider-Pargmann (TI.com) (4): panel: Add missing comment for the timing argument panel: Lightweight support of get_modes() video: simple_panel: Add tfc_s9700rtwv43tr_01b video: ti: am335x: Support OF graph drivers/video/panel-uclass.c | 38 +++++++++++++++++++++-- drivers/video/simple_panel.c | 62 ++++++++++++++++++++++++++++++++++---- drivers/video/ti/tilcdc.c | 46 +++++++++++++++++++++++----- include/panel.h | 72 +++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 200 insertions(+), 18 deletions(-) --- base-commit: c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 change-id: 20251128-topic-am33-evm-lcd-v2026-01-004f74a2ccfc Best regards, -- Markus Schneider-Pargmann (TI.com) <[email protected]>

