video: simple_panel: Add sharp,lq123p1jx31 display
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Tue, 27 Oct 2020 21:41:54 +0000 (00:41 +0300)
committerAnatolij Gustschin <agust@denx.de>
Fri, 19 Feb 2021 21:26:39 +0000 (22:26 +0100)
Add "sharp,lq123p1jx31" to the compatible node. This is the panel for
chromebook_kevin.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/simple_panel.c

index 59e17f8..6e625c3 100644 (file)
@@ -108,6 +108,7 @@ static const struct udevice_id simple_panel_ids[] = {
        { .compatible = "auo,b133htn01" },
        { .compatible = "boe,nv140fhmn49" },
        { .compatible = "lg,lb070wv8" },
+       { .compatible = "sharp,lq123p1jx31" },
        { }
 };