Commit f13c87c2 authored by Lucas Stach's avatar Lucas Stach Committed by Philipp Zabel

drm/imx: parallel-display: use correct connector enum

The imx parrallel display exposes a, well, display parallel interface.
Use the correct enum, instead of disguising the thing as a VGA connector.
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent a8f2023d
...@@ -183,7 +183,7 @@ static int imx_pd_register(struct drm_device *drm, ...@@ -183,7 +183,7 @@ static int imx_pd_register(struct drm_device *drm,
&imx_pd_connector_helper_funcs); &imx_pd_connector_helper_funcs);
drm_connector_init(drm, &imxpd->connector, drm_connector_init(drm, &imxpd->connector,
&imx_pd_connector_funcs, &imx_pd_connector_funcs,
DRM_MODE_CONNECTOR_VGA); DRM_MODE_CONNECTOR_DPI);
} }
if (imxpd->panel) if (imxpd->panel)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment