提交 f13c87c2 编写于 作者: L Lucas Stach 提交者: 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: NLucas Stach <l.stach@pengutronix.de>
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册