On 8/20/25 18:17, Raphael Gallais-Pou wrote: > Add the compatible "panel-lvds" for simple-panel driver in U-Boot. In > Linux this compatible is managed by the driver > drivers/gpu/drm/panel/panel-lvds.c but in U-Boot the specific LVDS > features (bus_format/bus_flags) are not supported. > > Signed-off-by: Raphael Gallais-Pou <raphael.gallais-...@foss.st.com> > --- > drivers/video/simple_panel.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c > index > b6c5b058b2e967bbbd47ab3c3ce5ca52c7804409..0f23df701bc3c40ea49380bbfa3743ee592d8bd3 > 100644 > --- a/drivers/video/simple_panel.c > +++ b/drivers/video/simple_panel.c > @@ -191,6 +191,7 @@ static const struct mipi_dsi_panel_plat > panasonic_vvx10f004b00 = { > > static const struct udevice_id simple_panel_ids[] = { > { .compatible = "simple-panel" }, > + { .compatible = "panel-lvds" }, > { .compatible = "auo,b133xtn01" }, > { .compatible = "auo,b116xw03" }, > { .compatible = "auo,b133htn01" }, > Reviewed-by: Patrice Chotard <patrice.chot...@foss.st.com> Thanks
- Re: [PATCH 1/8] ofnode: support panel-timings in ... Patrice CHOTARD
- [PATCH 7/8] ARM: dts: stm32: remove panel property in ... Raphael Gallais-Pou
- Re: [PATCH 7/8] ARM: dts: stm32: remove panel pro... Patrice CHOTARD
- Re: [PATCH 7/8] ARM: dts: stm32: remove panel... Raphael Gallais-Pou
- [PATCH 8/8] configs: stm32mp25: enable LVDS display su... Raphael Gallais-Pou
- Re: [PATCH 8/8] configs: stm32mp25: enable LVDS d... Patrice CHOTARD
- [PATCH 3/8] video: stm32: STM32 driver support for LVD... Raphael Gallais-Pou
- Re: [PATCH 3/8] video: stm32: STM32 driver suppor... Patrice CHOTARD
- Re: [PATCH 3/8] video: stm32: STM32 driver su... Raphael Gallais-Pou
- [PATCH 2/8] video: simple_panel: add support for "... Raphael Gallais-Pou
- Re: [PATCH 2/8] video: simple_panel: add support ... Patrice CHOTARD
- [PATCH 4/8] video: stm32: ltdc: support new hardware v... Raphael Gallais-Pou
- Re: [PATCH 4/8] video: stm32: ltdc: support new h... Patrice CHOTARD
- [PATCH 5/8] video: stm32: ltdc: properly search the fi... Raphael Gallais-Pou
- Re: [PATCH 5/8] video: stm32: ltdc: properly sear... Patrice CHOTARD
- [PATCH 6/8] ARM: dts: stm32: use LTDC and LVDS nodes b... Raphael Gallais-Pou
- Re: [PATCH 6/8] ARM: dts: stm32: use LTDC and LVD... Patrice CHOTARD