* [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display
@ 2025-12-07 20:09 Raphael Gallais-Pou
2026-01-15 21:49 ` Raphaël Gallais-Pou
2026-01-19 8:20 ` Patrice CHOTARD
0 siblings, 2 replies; 3+ messages in thread
From: Raphael Gallais-Pou @ 2025-12-07 20:09 UTC (permalink / raw)
To: u-boot
Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Patrice Chotard,
Raphael Gallais-Pou, Philippe Cornu
Add the compatible "rocktech,rk043fn48h" for simple-panel driver.
Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
This patch has been tested on stm32mp135f-dk board.
---
drivers/video/simple_panel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
index 0f23df701bc3..d3a58c883883 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -201,6 +201,8 @@ static const struct udevice_id simple_panel_ids[] = {
{ .compatible = "boe,nv101wxmn51" },
{ .compatible = "panasonic,vvx10f004b00",
.data = (ulong)&panasonic_vvx10f004b00 },
+ { .compatible = "rocktech,rk043fn48h" },
+
{ }
};
---
base-commit: c7c2c3c0101f625c01bf101d652e03a6d4aa950f
change-id: 20251207-simple_panel-1a910ee5175d
Best regards,
--
Raphael Gallais-Pou <rgallaispou@gmail.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display
2025-12-07 20:09 [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display Raphael Gallais-Pou
@ 2026-01-15 21:49 ` Raphaël Gallais-Pou
2026-01-19 8:20 ` Patrice CHOTARD
1 sibling, 0 replies; 3+ messages in thread
From: Raphaël Gallais-Pou @ 2026-01-15 21:49 UTC (permalink / raw)
To: u-boot
Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Patrice Chotard,
Raphael Gallais-Pou, Philippe Cornu
Le 07/12/2025 à 21:09, Raphael Gallais-Pou a écrit :
> Add the compatible "rocktech,rk043fn48h" for simple-panel driver.
>
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
> This patch has been tested on stm32mp135f-dk board.
> ---
> drivers/video/simple_panel.c | 2 ++
> 1 file changed, 2 insertions(+)
Hi,
Gentle ping on this patch.
Thanks
Raphaël
> Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display
2025-12-07 20:09 [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display Raphael Gallais-Pou
2026-01-15 21:49 ` Raphaël Gallais-Pou
@ 2026-01-19 8:20 ` Patrice CHOTARD
1 sibling, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2026-01-19 8:20 UTC (permalink / raw)
To: Raphael Gallais-Pou, u-boot
Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Raphael Gallais-Pou,
Philippe Cornu
On 12/7/25 21:09, Raphael Gallais-Pou wrote:
> Add the compatible "rocktech,rk043fn48h" for simple-panel driver.
>
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
> This patch has been tested on stm32mp135f-dk board.
> ---
> drivers/video/simple_panel.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
> index 0f23df701bc3..d3a58c883883 100644
> --- a/drivers/video/simple_panel.c
> +++ b/drivers/video/simple_panel.c
> @@ -201,6 +201,8 @@ static const struct udevice_id simple_panel_ids[] = {
> { .compatible = "boe,nv101wxmn51" },
> { .compatible = "panasonic,vvx10f004b00",
> .data = (ulong)&panasonic_vvx10f004b00 },
> + { .compatible = "rocktech,rk043fn48h" },
> +
unneeded blank line
With this fix:
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Thanks
Patrice
> { }
> };
>
>
> ---
> base-commit: c7c2c3c0101f625c01bf101d652e03a6d4aa950f
> change-id: 20251207-simple_panel-1a910ee5175d
>
> Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-19 8:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 20:09 [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display Raphael Gallais-Pou
2026-01-15 21:49 ` Raphaël Gallais-Pou
2026-01-19 8:20 ` Patrice CHOTARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).