diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2020-10-28 00:41:54 +0300 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2021-02-19 22:26:39 +0100 |
commit | 92a8143c17b9b906ae16c439301695f1ce729da8 (patch) | |
tree | 3f3cc24e39777e883db9f7b0abc4256c96eade06 /drivers/video | |
parent | a0b74acb9b4a21405e7441c808d538a460a3678f (diff) | |
download | u-boot-92a8143c17b9b906ae16c439301695f1ce729da8.zip u-boot-92a8143c17b9b906ae16c439301695f1ce729da8.tar.gz u-boot-92a8143c17b9b906ae16c439301695f1ce729da8.tar.bz2 |
video: simple_panel: Add sharp,lq123p1jx31 display
Add "sharp,lq123p1jx31" to the compatible node. This is the panel for
chromebook_kevin.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/simple_panel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c index 59e17f8..6e625c3 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" }, { } }; |