drm/panel: simple: Set connector type for DSI panels
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 2 Jun 2020 17:12:40 +0000 (20:12 +0300)
committerSam Ravnborg <sam@ravnborg.org>
Thu, 4 Jun 2020 19:57:24 +0000 (21:57 +0200)
commitcb62cdec6d48ccd029d144380ce9cc09a54092be
treee5de3b8e17ff046a5fa72ca6e79b7ff554d9c5c3
parent18ece75d7d74eb108f6a7325cf247077a666cba8
drm/panel: simple: Set connector type for DSI panels

None of the DSI panels set the connector_type in their panel_desc
descriptor. As they are all guaranteed to be DSI panels, that's an easy
fix, set the connector type to DRM_MODE_CONNECTOR_DSI.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200602171240.2785-1-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/panel/panel-simple.c