[PATCH v2 2/7] video: simple_panel: add support for "panel-lvds" display
Yannick FERTRE
yannick.fertre at foss.st.com
Thu Sep 4 09:01:37 CEST 2025
Hi Raphael,
Thanks for the patch.
Reviewed-by: Yannick Fertre<yannick.fertre at foss.st.com>
Le 03/09/2025 à 14:25, Raphael Gallais-Pou a écrit :
> 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.
>
> Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
> Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou at 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" },
>
More information about the U-Boot
mailing list