]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: simple_panel: add support for "rocktech,rk043fn48h" display
authorRaphael Gallais-Pou <rgallaispou@gmail.com>
Tue, 27 Jan 2026 11:11:58 +0000 (12:11 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 29 Jan 2026 09:47:57 +0000 (10:47 +0100)
Add the compatible "rocktech,rk043fn48h" for simple-panel driver.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/video/simple_panel.c

index 8fa7ea4e87c4c0b6bec4ae6e0f0b4d4a27cf8dd1..1cf587f973be2a10314d0e3bc71a5392869035f9 100644 (file)
@@ -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" },
        { }
 };