projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a8143
)
video: simple_panel: Add boe,nv101wxmn51 display
author
Alper Nebi Yasak
<alpernebiyasak@gmail.com>
Tue, 27 Oct 2020 21:41:55 +0000
(
00:41
+0300)
committer
Anatolij Gustschin
<agust@denx.de>
Fri, 19 Feb 2021 21:26:57 +0000
(22:26 +0100)
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>
drivers/video/simple_panel.c
patch
|
blob
|
history
diff --git
a/drivers/video/simple_panel.c
b/drivers/video/simple_panel.c
index 6e625c31ddb6cee912439a279219a85723a01f8a..c8f7022ea63d20ae45840aa5022f8ee0dea5ca54 100644
(file)
--- 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" },
{ }
};