From: Alper Nebi Yasak Date: Tue, 27 Oct 2020 21:41:54 +0000 (+0300) Subject: video: simple_panel: Add sharp,lq123p1jx31 display X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=92a8143c17b9b906ae16c439301695f1ce729da8;p=u-boot.git video: simple_panel: Add sharp,lq123p1jx31 display Add "sharp,lq123p1jx31" to the compatible node. This is the panel for chromebook_kevin. Signed-off-by: Alper Nebi Yasak Reviewed-by: Simon Glass --- diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c index 59e17f8f10..6e625c31dd 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" }, { } };