From: Raphael Gallais-Pou Date: Tue, 27 Jan 2026 11:11:58 +0000 (+0100) Subject: video: simple_panel: add support for "rocktech,rk043fn48h" display X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f12fa7af3f6962cc5cd529b5360099d2012387;p=thirdparty%2Fu-boot.git 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 --- 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" }, { } };