All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] video: simple_panel: Add sharp,lq123p1jx31 display
@ 2020-10-27 21:41 Alper Nebi Yasak
  2020-10-27 21:41 ` [PATCH 2/2] video: simple_panel: Add boe,nv101wxmn51 display Alper Nebi Yasak
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alper Nebi Yasak @ 2020-10-27 21:41 UTC (permalink / raw)
  To: u-boot

Add "sharp,lq123p1jx31" to the compatible node. This is the panel for
chromebook_kevin.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
---

 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 6c624c376991..d454c11f7eea 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -108,6 +108,7 @@ static const struct udevice_id simple_panel_ids[] = {
 	{ .compatible = "auo,b133htn01" },
 	{ .compatible = "boe,nv140fhmn49" },
 	{ .compatible = "lg,lb070wv8" },
+	{ .compatible = "sharp,lq123p1jx31" },
 	{ }
 };
 
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-22 18:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27 21:41 [PATCH 1/2] video: simple_panel: Add sharp,lq123p1jx31 display Alper Nebi Yasak
2020-10-27 21:41 ` [PATCH 2/2] video: simple_panel: Add boe,nv101wxmn51 display Alper Nebi Yasak
2020-10-27 21:52   ` Mark Kettenis
2020-10-27 22:59     ` Alper Nebi Yasak
2020-11-03 15:11   ` Simon Glass
2021-02-22 18:41   ` Anatolij Gustschin
2020-11-03 15:11 ` [PATCH 1/2] video: simple_panel: Add sharp,lq123p1jx31 display Simon Glass
2021-02-22 18:40 ` Anatolij Gustschin

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.