diff mbox series

[1/2] video: simple_panel: Add sharp,lq123p1jx31 display

Message ID 20201027214155.17246-1-alpernebiyasak@gmail.com
State Accepted
Commit 92a8143c17b9b906ae16c439301695f1ce729da8
Delegated to: Anatolij Gustschin
Headers show
Series [1/2] video: simple_panel: Add sharp,lq123p1jx31 display | expand

Commit Message

Alper Nebi Yasak Oct. 27, 2020, 9:41 p.m. UTC
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(+)

Comments

Simon Glass Nov. 3, 2020, 3:11 p.m. UTC | #1
On Tue, 27 Oct 2020 at 15:42, Alper Nebi Yasak <alpernebiyasak@gmail.com> wrote:
>
> 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(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Anatolij Gustschin Feb. 22, 2021, 6:40 p.m. UTC | #2
On Wed, 28 Oct 2020 00:41:54 +0300
Alper Nebi Yasak alpernebiyasak@gmail.com wrote:

> 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(+)

Applied to u-boot-video/master, thanks!

--
Anatolij
diff mbox series

Patch

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" },
 	{ }
 };