]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: simple_panel: Add tfc_s9700rtwv43tr_01b
authorMarkus Schneider-Pargmann (TI.com) <msp@baylibre.com>
Mon, 5 Jan 2026 09:36:28 +0000 (10:36 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jan 2026 15:07:28 +0000 (09:07 -0600)
commitfe2547b78d0eb6b1a2157c735d92bf2a55dc0443
treea1a3bb8d6da064367147518181e25eed27c623bf
parent36829e951bfeddb7b2e9eaa93223d646577fcc02
video: simple_panel: Add tfc_s9700rtwv43tr_01b

Add timing data for tfc_s9700rtwv43tr_01b from Linux to the simple-panel
driver. To support hardcoded timing data as Linux does, add a new struct
simple_panel_drv_data which holds a struct display_timing pointer as
well. The hardcoded timing data is preferred over DT parsing.

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
drivers/video/simple_panel.c