[PATCH 1/2] video: simple_panel: Add tfc_s9700rtwv43tr_01b

Fabio Estevam festevam at gmail.com
Fri Nov 28 15:34:02 CET 2025


On Fri, Nov 28, 2025 at 11:24 AM Markus Schneider-Pargmann (TI.com)
<msp at baylibre.com> wrote:

> +static const struct display_timing tfc_s9700rtwv43tr_01b_timing = {
> +       .pixelclock = { 30000000, 30000000, 30000000 },

Adding the three entries makes sense when the datasheet specifies min,
typical, and max values.

Repeating all three values is not helpful.

Linux supports tfc_s9700rtwv43tr_01b:

static const struct drm_display_mode tfc_s9700rtwv43tr_01b_mode = {
.clock = 30000,
.hdisplay = 800,
.hsync_start = 800 + 39,
.hsync_end = 800 + 39 + 47,
.htotal = 800 + 39 + 47 + 39,
.vdisplay = 480,
.vsync_start = 480 + 13,
.vsync_end = 480 + 13 + 2,
.vtotal = 480 + 13 + 2 + 29,
};

Can this format be supported in U-Boot?


More information about the U-Boot mailing list