From a8f12fa7af3f6962cc5cd529b5360099d2012387 Mon Sep 17 00:00:00 2001 From: Raphael Gallais-Pou Date: Tue, 27 Jan 2026 12:11:58 +0100 Subject: [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display Add the compatible "rocktech,rk043fn48h" for simple-panel driver. Signed-off-by: Raphael Gallais-Pou Reviewed-by: Patrice Chotard --- 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 8fa7ea4e87c..1cf587f973b 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" }, { } };