From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display
Date: Mon, 20 Apr 2020 20:27:32 +0100 [thread overview]
Message-ID: <20200420192736.962307-2-pbrobinson@gmail.com> (raw)
In-Reply-To: <20200420192736.962307-1-pbrobinson@gmail.com>
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 | 1 +
1 file changed, 1 insertion(+)
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" },
{ }
};
--
2.26.1
next prev parent reply other threads:[~2020-04-20 19:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 19:27 Support for Pinebook Pro v2 Peter Robinson
2020-04-20 19:27 ` Peter Robinson [this message]
2020-04-21 1:10 ` [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display Vagrant Cascadian
2020-04-21 16:34 ` Arnaud Patard
2020-04-26 21:11 ` Anatolij Gustschin
2020-04-20 19:27 ` [PATCH 2/5] dt-bindings: input: adopt Linux gpio-keys binding constants Peter Robinson
2020-04-20 19:27 ` [PATCH 3/5] dt-bindings: leds: adopt Linux leds common " Peter Robinson
2020-04-21 17:37 ` Simon Glass
2020-04-22 13:42 ` Arnaud Patard
2020-04-20 19:27 ` [PATCH 4/5] arm: dts: rockchip: Add initial DT for Pinebook Pro Peter Robinson
2020-04-28 14:02 ` Kever Yang
2020-04-20 19:27 ` [PATCH 5/5] Add initial support for the Pinebook Pro laptop from Pine64 Peter Robinson
2020-04-21 1:06 ` Vagrant Cascadian
2020-04-22 13:49 ` Arnaud Patard
2020-04-28 9:51 ` Kever Yang
2020-04-20 22:49 ` Support for Pinebook Pro v2 Vagrant Cascadian
2020-04-20 23:01 ` Peter Robinson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200420192736.962307-2-pbrobinson@gmail.com \
--to=pbrobinson@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.