From: Yannick FERTRE <yannick.fertre@foss.st.com>
To: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>,
Tom Rini <trini@konsulko.com>,
Kamil Lulko <kamil.lulko@gmail.com>,
Patrice Chotard <patrice.chotard@foss.st.com>,
Dillon Min <dillon.minfei@gmail.com>,
"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
Anatolij Gustschin <ag.dev.uboot@gmail.com>,
Simon Glass <sjg@chromium.org>,
Sumit Garg <sumit.garg@kernel.org>,
Philippe Cornu <philippe.cornu@foss.st.com>
Cc: <u-boot@lists.denx.de>, <uboot-stm32@st-md-mailman.stormreply.com>
Subject: Re: [PATCH v3 2/7] video: simple_panel: add support for "panel-lvds" display
Date: Thu, 30 Oct 2025 08:41:38 +0100 [thread overview]
Message-ID: <82b5938c-59cd-4596-971c-47bd4276dee7@foss.st.com> (raw)
In-Reply-To: <20250904-master-v3-2-b42847884974@foss.st.com>
Hi Raphael,
Thanks for the patch.
Reviewed-by: Yannick Fertre <yannick.fertre@foss.st.com>
Le 04/09/2025 à 14:53, 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@foss.st.com>
> Reviewed-by: Yannick Fertre <yannick.fertre@foss.st.com>
> Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@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" },
>
next prev parent reply other threads:[~2025-10-30 7:42 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-04 12:53 [PATCH v3 0/7] Add display support for STM32MP25 Raphael Gallais-Pou
2025-09-04 12:53 ` [PATCH v3 1/7] ofnode: support panel-timings in ofnode_decode_display_timing Raphael Gallais-Pou
2025-10-30 7:35 ` Yannick FERTRE
2025-11-01 9:03 ` Simon Glass
2025-11-02 1:09 ` [Uboot-stm32] " Raphaël Gallais-Pou
2025-11-02 19:53 ` Simon Glass
2025-11-03 14:17 ` Tom Rini
2025-11-04 14:01 ` Raphael Gallais-Pou
2025-11-04 16:21 ` Tom Rini
2025-11-14 16:48 ` Patrice CHOTARD
2025-11-04 16:31 ` Simon Glass
2025-11-04 16:55 ` Tom Rini
2025-11-07 12:23 ` Simon Glass
2025-09-04 12:53 ` [PATCH v3 2/7] video: simple_panel: add support for "panel-lvds" display Raphael Gallais-Pou
2025-10-30 7:41 ` Yannick FERTRE [this message]
2025-11-14 16:48 ` Patrice CHOTARD
2025-09-04 12:53 ` [PATCH v3 3/7] video: stm32: STM32 driver support for LVDS Raphael Gallais-Pou
2025-10-30 7:42 ` Yannick FERTRE
2025-11-14 16:48 ` Patrice CHOTARD
2025-09-04 12:53 ` [PATCH v3 4/7] video: stm32: ltdc: support new hardware version for STM32MP25 SoC Raphael Gallais-Pou
2025-09-12 16:41 ` Patrice CHOTARD
2025-09-15 13:05 ` Raphael Gallais-Pou
2025-09-17 15:10 ` Patrice CHOTARD
2025-10-30 7:43 ` Yannick FERTRE
2025-11-14 16:49 ` Patrice CHOTARD
2025-09-04 12:53 ` [PATCH v3 5/7] video: stm32: ltdc: properly search the first available panel Raphael Gallais-Pou
2025-09-12 16:45 ` Patrice CHOTARD
2025-10-30 7:43 ` Yannick FERTRE
2025-11-14 16:49 ` Patrice CHOTARD
2025-09-04 12:53 ` [PATCH v3 6/7] ARM: dts: stm32: use LTDC and LVDS nodes before relocation in stm32mp25-u-boot Raphael Gallais-Pou
2025-09-12 16:45 ` Patrice CHOTARD
2025-10-30 7:43 ` Yannick FERTRE
2025-11-14 16:49 ` Patrice CHOTARD
2025-11-14 16:54 ` Patrice CHOTARD
2025-11-14 17:30 ` [Uboot-stm32] " Patrice CHOTARD
2025-09-04 12:53 ` [PATCH v3 7/7] configs: stm32mp25: enable LVDS display support Raphael Gallais-Pou
2025-09-12 16:46 ` Patrice CHOTARD
2025-10-30 7:44 ` Yannick FERTRE
2025-11-14 16:48 ` Patrice CHOTARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=82b5938c-59cd-4596-971c-47bd4276dee7@foss.st.com \
--to=yannick.fertre@foss.st.com \
--cc=ag.dev.uboot@gmail.com \
--cc=dillon.minfei@gmail.com \
--cc=kamil.lulko@gmail.com \
--cc=patrice.chotard@foss.st.com \
--cc=patrick.delaunay@foss.st.com \
--cc=philippe.cornu@foss.st.com \
--cc=raphael.gallais-pou@foss.st.com \
--cc=sjg@chromium.org \
--cc=sumit.garg@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-stm32@st-md-mailman.stormreply.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox