diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-04-20 20:27:32 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-04-26 23:04:49 +0200 |
commit | ea16637525ad6a49626de3fbf01e29e1af08d29f (patch) | |
tree | f1e2fea5fd6dd0b26749e9061ddfcb64a632a5ff /drivers | |
parent | 973e31fd476686e9bf7eee0e0ff51afdbbc8c61e (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/simple_panel.c | 1 |
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" }, { } }; |