projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973e31f
)
video: simple_panel: add boe,nv140fhmn49 display
author
Peter Robinson
<pbrobinson@gmail.com>
Mon, 20 Apr 2020 19:27:32 +0000
(20:27 +0100)
committer
Anatolij Gustschin
<agust@denx.de>
Sun, 26 Apr 2020 21:04:49 +0000
(23:04 +0200)
add "boe,nv140fhmn49" display to compatible node.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Anatolij Gustschin <agust@denx.de>
drivers/video/simple_panel.c
patch
|
blob
|
history
diff --git
a/drivers/video/simple_panel.c
b/drivers/video/simple_panel.c
index c3c0e847327bef44d0a015d7f56a48c6b5fde9ad..5722811117597c21a964b7f4c87504d80d00dfb8 100644
(file)
--- a/
drivers/video/simple_panel.c
+++ b/
drivers/video/simple_panel.c
@@
-105,6
+105,7
@@
static const struct udevice_id simple_panel_ids[] = {
{ .compatible = "auo,b133xtn01" },
{ .compatible = "auo,b116xw03" },
{ .compatible = "auo,b133htn01" },
+ { .compatible = "boe,nv140fhmn49" },
{ .compatible = "lg,lb070wv8" },
{ }
};