summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRaphael Gallais-Pou <[email protected]>2026-01-27 12:11:58 +0100
committerPatrice Chotard <[email protected]>2026-01-29 10:47:57 +0100
commita8f12fa7af3f6962cc5cd529b5360099d2012387 (patch)
tree8d4e18a19c970d2b74c844130c72573e61affeef /drivers
parent07cd29b175d405f904b3f638b75eb9006e5ecba0 (diff)
video: simple_panel: add support for "rocktech,rk043fn48h" display
Add the compatible "rocktech,rk043fn48h" for simple-panel driver. Signed-off-by: Raphael Gallais-Pou <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/simple_panel.c1
1 files changed, 1 insertions, 0 deletions
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" },
{ }
};