]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: simple_panel: Add boe,nv101wxmn51 display
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Tue, 27 Oct 2020 21:41:55 +0000 (00:41 +0300)
committerAnatolij Gustschin <agust@denx.de>
Fri, 19 Feb 2021 21:26:57 +0000 (22:26 +0100)
Add "boe,nv101wxmn51" to the compatible node. This is the panel for
chromebook_bob.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/simple_panel.c

index 6e625c31ddb6cee912439a279219a85723a01f8a..c8f7022ea63d20ae45840aa5022f8ee0dea5ca54 100644 (file)
@@ -109,6 +109,7 @@ static const struct udevice_id simple_panel_ids[] = {
        { .compatible = "boe,nv140fhmn49" },
        { .compatible = "lg,lb070wv8" },
        { .compatible = "sharp,lq123p1jx31" },
+       { .compatible = "boe,nv101wxmn51" },
        { }
 };