summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-04-20 22:27:32 +0300
committerAnatolij Gustschin <agust@denx.de>2020-04-27 00:04:49 +0300
commitea16637525ad6a49626de3fbf01e29e1af08d29f (patch)
treef1e2fea5fd6dd0b26749e9061ddfcb64a632a5ff
parent973e31fd476686e9bf7eee0e0ff51afdbbc8c61e (diff)
downloadu-boot-ea16637525ad6a49626de3fbf01e29e1af08d29f.tar.xz
video: simple_panel: add boe,nv140fhmn49 display
add "boe,nv140fhmn49" display to compatible node. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Anatolij Gustschin <agust@denx.de>
-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 c3c0e84732..5722811117 100644
--- 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" },
{ }
};