[PATCH 1/2] video: simple_panel: Add sharp,lq123p1jx31 display
Alper Nebi Yasak
alpernebiyasak at gmail.com
Tue Oct 27 22:41:54 CET 2020
Add "sharp,lq123p1jx31" to the compatible node. This is the panel for
chromebook_kevin.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak at gmail.com>
---
drivers/video/simple_panel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
index 6c624c376991..d454c11f7eea 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -108,6 +108,7 @@ static const struct udevice_id simple_panel_ids[] = {
{ .compatible = "auo,b133htn01" },
{ .compatible = "boe,nv140fhmn49" },
{ .compatible = "lg,lb070wv8" },
+ { .compatible = "sharp,lq123p1jx31" },
{ }
};
--
2.28.0
More information about the U-Boot
mailing list