From: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Date: Tue, 27 Oct 2020 21:41:55 +0000 (+0300)
Subject: video: simple_panel: Add boe,nv101wxmn51 display
X-Git-Tag: v2025.01-rc5-pxa1908~1997^2~4
X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=f457680ffbb20aa76ef8f2da38ad6814cf0d0404;p=u-boot.git

video: simple_panel: Add boe,nv101wxmn51 display

Add "boe,nv101wxmn51" to the compatible node. This is the panel for
chromebook_bob.

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

diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
index 6e625c31dd..c8f7022ea6 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -109,6 +109,7 @@ static const struct udevice_id simple_panel_ids[] = {
 	{ .compatible = "boe,nv140fhmn49" },
 	{ .compatible = "lg,lb070wv8" },
 	{ .compatible = "sharp,lq123p1jx31" },
+	{ .compatible = "boe,nv101wxmn51" },
 	{ }
 };