video: simple_panel: add support for "rocktech,rk043fn48h" display

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>
This commit is contained in:
Raphael Gallais-Pou
2026-01-27 12:11:58 +01:00
committed by Patrice Chotard
parent 07cd29b175
commit a8f12fa7af

View 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" },
{ }
};