[PATCH 1/6] video: simple_panel: add boe,nv140fhmn49 display
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 20 Apr 2020 19:27:32 +0000 (20:27 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 21 Apr 2020 02:34:37 +0000 (03:34 +0100)
add "boe,nv140fhmn49" display to compatible node.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Anatolij Gustschin <agust@denx.de>
Gbp-Pq: Topic pinebook-pro
Gbp-Pq: Name 0001-video-simple_panel-add-boe-nv140fhmn49-display.patch

drivers/video/simple_panel.c

index c3c0e847327bef44d0a015d7f56a48c6b5fde9ad..5722811117597c21a964b7f4c87504d80d00dfb8 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" },
        { }
 };