Skip to content

Commit

Permalink
drm: panel: Set connector type for LP120UP1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Enric Balletbo i Serra authored and Sam Ravnborg committed Apr 25, 2020
1 parent a29b57e commit d53139b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/panel/panel-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d53139b

Please sign in to comment.