[PATCH v2 4/4] drm: panel-lvds: Introduce dual-link panels

From: Aradhya Bhatia
Date: Tue Jan 24 2023 - 05:13:27 EST


Add a new compatible, "panel-dual-lvds".

Dual-link LVDS interfaces have 2 links, with even pixels traveling on
one link, and odd pixels on the other. These panels are also generic in
nature, with no documented constraints, much like their single-link
counterparts, "panel-lvds".

Signed-off-by: Aradhya Bhatia <a-bhatia1@xxxxxx>
---
drivers/gpu/drm/panel/panel-lvds.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c
index de8758c30e6e..bf6f84af0730 100644
--- a/drivers/gpu/drm/panel/panel-lvds.c
+++ b/drivers/gpu/drm/panel/panel-lvds.c
@@ -241,6 +241,7 @@ static int panel_lvds_remove(struct platform_device *pdev)

static const struct of_device_id panel_lvds_of_table[] = {
{ .compatible = "panel-lvds", },
+ { .compatible = "panel-dual-lvds", },
{ /* Sentinel */ },
};

--
2.39.0