mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
a0b74acb9b
commit
92a8143c17
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ static const struct udevice_id simple_panel_ids[] = {
|
|||
{ .compatible = "auo,b133htn01" },
|
||||
{ .compatible = "boe,nv140fhmn49" },
|
||||
{ .compatible = "lg,lb070wv8" },
|
||||
{ .compatible = "sharp,lq123p1jx31" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue