[PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display
Raphael Gallais-Pou
rgallaispou at gmail.com
Tue Jan 27 12:11:58 CET 2026
Add the compatible "rocktech,rk043fn48h" for simple-panel driver.
Signed-off-by: Raphael Gallais-Pou <rgallaispou at 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 at gmail.com>
More information about the U-Boot
mailing list