video: simple_panel: add boe,nv140fhmn49 display
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 20 Apr 2020 19:27:32 +0000 (20:27 +0100)
committerAnatolij 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

index c3c0e84..5722811 100644 (file)
@@ -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" },
        { }
 };