mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
drm: panel: Set connector type for LP120UP1
The LP120UP1 is a eDP panel, set the connector type accordingly. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200416164404.2418426-1-enric.balletbo@collabora.com
This commit is contained in:
parent
a29b57e9df
commit
d53139b37f
1 changed files with 1 additions and 0 deletions
|
@ -2248,6 +2248,7 @@ static const struct panel_desc lg_lp120up1 = {
|
|||
.width = 267,
|
||||
.height = 183,
|
||||
},
|
||||
.connector_type = DRM_MODE_CONNECTOR_eDP,
|
||||
};
|
||||
|
||||
static const struct drm_display_mode lg_lp129qe_mode = {
|
||||
|
|
Loading…
Add table
Reference in a new issue