Happy new year! On Tue Dec 30, 2025 at 6:30 PM CET, Tom Rini wrote: > On Thu, Dec 04, 2025 at 09:31:16AM +0100, Markus Schneider-Pargmann (TI.com) > wrote: > >> 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 <[email protected]> >> Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> >> --- >> drivers/video/simple_panel.c | 62 >> +++++++++++++++++++++++++++++++++++++++----- >> 1 file changed, 56 insertions(+), 6 deletions(-) > > This leads to CI failures in test: > https://source.denx.de/u-boot/u-boot/-/jobs/1341980#L269
Thank you! I missed checking if the data pointer exists before checking if data->mipi_dsi exists. Sorry, will fix! Best Markus
signature.asc
Description: PGP signature

