summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2020-10-28 00:41:55 +0300
committerAnatolij Gustschin <agust@denx.de>2021-02-19 22:26:57 +0100
commitf457680ffbb20aa76ef8f2da38ad6814cf0d0404 (patch)
treefe8f07b90c13f25c789ff2433b2ada7ca2aaec87
parent92a8143c17b9b906ae16c439301695f1ce729da8 (diff)
downloadu-boot-f457680ffbb20aa76ef8f2da38ad6814cf0d0404.tar.gz
u-boot-f457680ffbb20aa76ef8f2da38ad6814cf0d0404.tar.xz
u-boot-f457680ffbb20aa76ef8f2da38ad6814cf0d0404.zip
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>
-rw-r--r--drivers/video/simple_panel.c1
1 files changed, 1 insertions, 0 deletions
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" },
{ }
};