summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRaphael Gallais-Pou <[email protected]>2025-09-04 14:53:06 +0200
committerTom Rini <[email protected]>2025-11-17 10:43:36 -0600
commita58312b3c2108382543cf4e95f1262716a68c511 (patch)
tree9f6420fa04942e225c8179aa45a0da37161407df /drivers
parent1a7ea0280eefd0c0c01dfab8e48e1909b81ba2de (diff)
video: simple_panel: add support for "panel-lvds" display
Add the compatible "panel-lvds" for simple-panel driver in U-Boot. In Linux this compatible is managed by the driver drivers/gpu/drm/panel/panel-lvds.c but in U-Boot the specific LVDS features (bus_format/bus_flags) are not supported. Reviewed-by: Patrice Chotard <[email protected]> Reviewed-by: Yannick Fertre <[email protected]> Signed-off-by: Raphael Gallais-Pou <[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 b6c5b058b2e..0f23df701bc 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -191,6 +191,7 @@ static const struct mipi_dsi_panel_plat panasonic_vvx10f004b00 = {
static const struct udevice_id simple_panel_ids[] = {
{ .compatible = "simple-panel" },
+ { .compatible = "panel-lvds" },
{ .compatible = "auo,b133xtn01" },
{ .compatible = "auo,b116xw03" },
{ .compatible = "auo,b133htn01" },