public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display
@ 2026-01-27 11:11 Raphael Gallais-Pou
  2026-01-28  7:04 ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Raphael Gallais-Pou @ 2026-01-27 11:11 UTC (permalink / raw)
  To: u-boot
  Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Patrice Chotard,
	Raphael Gallais-Pou, Philippe Cornu,
	Markus Schneider-Pargmann (TI.com), Fabio Estevam

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.
---
Changes in v2:
- Rebased onto latest origin/master
- Removed unneeded blank line
- Link to v1: https://lore.kernel.org/r/20251207-simple_panel-v1-1-8688d221aacd@gmail.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 8fa7ea4e87c4..1cf587f973be 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -251,6 +251,7 @@ static const struct udevice_id simple_panel_ids[] = {
 	  .data = (ulong)&panasonic_vvx10f004b00_data },
 	{ .compatible = "tfc,s9700rtwv43tr-01b",
 	  .data = (ulong)&tfc_s9700rtwv43tr_01b_data },
+	{ .compatible = "rocktech,rk043fn48h" },
 	{ }
 };
 

---
base-commit: aa4f687977a449686498236722ee5e93d8b39918
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 v2] video: simple_panel: add support for "rocktech,rk043fn48h" display
  2026-01-27 11:11 [PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display Raphael Gallais-Pou
@ 2026-01-28  7:04 ` Patrice CHOTARD
  2026-01-29 10:33   ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2026-01-28  7:04 UTC (permalink / raw)
  To: Raphael Gallais-Pou, u-boot
  Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Raphael Gallais-Pou,
	Philippe Cornu, Markus Schneider-Pargmann (TI.com), Fabio Estevam



On 1/27/26 12:11, 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.
> ---
> Changes in v2:
> - Rebased onto latest origin/master
> - Removed unneeded blank line
> - Link to v1: https://lore.kernel.org/r/20251207-simple_panel-v1-1-8688d221aacd@gmail.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 8fa7ea4e87c4..1cf587f973be 100644
> --- a/drivers/video/simple_panel.c
> +++ b/drivers/video/simple_panel.c
> @@ -251,6 +251,7 @@ static const struct udevice_id simple_panel_ids[] = {
>  	  .data = (ulong)&panasonic_vvx10f004b00_data },
>  	{ .compatible = "tfc,s9700rtwv43tr-01b",
>  	  .data = (ulong)&tfc_s9700rtwv43tr_01b_data },
> +	{ .compatible = "rocktech,rk043fn48h" },
>  	{ }
>  };
>  
> 
> ---
> base-commit: aa4f687977a449686498236722ee5e93d8b39918
> change-id: 20251207-simple_panel-1a910ee5175d
> 
> Best regards,
Hi Raphael

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display
  2026-01-28  7:04 ` Patrice CHOTARD
@ 2026-01-29 10:33   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2026-01-29 10:33 UTC (permalink / raw)
  To: Raphael Gallais-Pou, u-boot
  Cc: Anatolij Gustschin, Tom Rini, Yannick Fertre, Raphael Gallais-Pou,
	Philippe Cornu, Markus Schneider-Pargmann (TI.com), Fabio Estevam



On 1/28/26 08:04, Patrice CHOTARD wrote:
> 
> 
> On 1/27/26 12:11, 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.
>> ---
>> Changes in v2:
>> - Rebased onto latest origin/master
>> - Removed unneeded blank line
>> - Link to v1: https://lore.kernel.org/r/20251207-simple_panel-v1-1-8688d221aacd@gmail.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 8fa7ea4e87c4..1cf587f973be 100644
>> --- a/drivers/video/simple_panel.c
>> +++ b/drivers/video/simple_panel.c
>> @@ -251,6 +251,7 @@ static const struct udevice_id simple_panel_ids[] = {
>>  	  .data = (ulong)&panasonic_vvx10f004b00_data },
>>  	{ .compatible = "tfc,s9700rtwv43tr-01b",
>>  	  .data = (ulong)&tfc_s9700rtwv43tr_01b_data },
>> +	{ .compatible = "rocktech,rk043fn48h" },
>>  	{ }
>>  };
>>  
>>
>> ---
>> base-commit: aa4f687977a449686498236722ee5e93d8b39918
>> change-id: 20251207-simple_panel-1a910ee5175d
>>
>> Best regards,
> Hi Raphael
> 
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> 
> Thanks
> Patrice
Applied to u-boot-stm32/master

Thanks
Patrice

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-29 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 11:11 [PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display Raphael Gallais-Pou
2026-01-28  7:04 ` Patrice CHOTARD
2026-01-29 10:33   ` Patrice CHOTARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox