git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b74ac
)
video: simple_panel: Add sharp,lq123p1jx31 display
author
Alper Nebi Yasak
<alpernebiyasak@gmail.com>
Tue, 27 Oct 2020 21:41:54 +0000
(
00:41
+0300)
committer
Anatolij 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
patch
|
blob
|
history
diff --git
a/drivers/video/simple_panel.c
b/drivers/video/simple_panel.c
index
59e17f8
..
6e625c3
100644
(file)
--- 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" },
{ }
};